diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2f1474224..804192aa4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -324,24 +324,6 @@ private slots: /** Open a new main window. */ void openNewMainWindow(); - /** - * Moves the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void moveDroppedItems(); - - /** - * Copies the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void copyDroppedItems(); - - /** - * Links the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void linkDroppedItems(); - private: DolphinMainWindow(); void init(); @@ -371,9 +353,6 @@ private: QSplitter* m_splitter; DolphinView* m_activeView; - KUrl m_dropDestination; - KUrl::List m_droppedUrls; - /** * DolphinMainWindowsupports only one or two views, which * are handled internally as primary and secondary view. |
