diff options
| author | Peter Penz <[email protected]> | 2011-01-08 23:11:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-08 23:11:34 +0000 |
| commit | eaf7c9ab2b1df364b253799c9792f6720b3f11e7 (patch) | |
| tree | 9527d8af1c395c25695be873bd6afe7f8c413788 /src/dolphinmainwindow.cpp | |
| parent | 3b452fee2e975dda945ce7a39f35796abdd03798 (diff) | |
SVN_SILENT: Remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=1212992
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 1e60bb980..fd4744b6e 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -218,21 +218,6 @@ void DolphinMainWindow::openFiles(const QList<KUrl>& files) } } -void DolphinMainWindow::toggleViews() -{ - if (m_viewTab[m_tabIndex].secondaryView == 0) { - return; - } - - // move secondary view from the last position of the splitter - // to the first position - m_viewTab[m_tabIndex].splitter->insertWidget(0, m_viewTab[m_tabIndex].secondaryView); - - DolphinViewContainer* container = m_viewTab[m_tabIndex].primaryView; - m_viewTab[m_tabIndex].primaryView = m_viewTab[m_tabIndex].secondaryView; - m_viewTab[m_tabIndex].secondaryView = container; -} - void DolphinMainWindow::showCommand(CommandType command) { DolphinStatusBar* statusBar = m_activeViewContainer->statusBar(); |
