┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-08 23:11:34 +0000
committerPeter Penz <[email protected]>2011-01-08 23:11:34 +0000
commiteaf7c9ab2b1df364b253799c9792f6720b3f11e7 (patch)
tree9527d8af1c395c25695be873bd6afe7f8c413788 /src/dolphinmainwindow.h
parent3b452fee2e975dda945ce7a39f35796abdd03798 (diff)
SVN_SILENT: Remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=1212992
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index db0d19925..9828a832d 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -93,14 +93,6 @@ public:
*/
bool isSplit() const;
- /**
- * If the main window contains two instances of a view container
- * (DolphinMainWindow::isSplit() returns true), then the
- * two views get toggled (the right view is on the left, the left
- * view on the right).
- */
- void toggleViews();
-
/** Renames the item represented by \a oldUrl to \a newUrl. */
void rename(const KUrl& oldUrl, const KUrl& newUrl);