┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/treeviewsidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-09-28 07:18:37 +0000
committerPeter Penz <[email protected]>2007-09-28 07:18:37 +0000
commit1325d97bdd28c7e5aee80157b9f8098c0d1876ca (patch)
tree3dc814ba007c2fc9d572c66edc1be9c75e2447b3 /src/treeviewsidebarpage.h
parent3a56e202622f8d4847f930a0a56750f266f3b025 (diff)
removed unused method expandSelectionParent (it is not invoked anymore since KDirLister::expandToUrl() is available)
svn path=/trunk/KDE/kdebase/apps/; revision=718182
Diffstat (limited to 'src/treeviewsidebarpage.h')
-rw-r--r--src/treeviewsidebarpage.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/treeviewsidebarpage.h b/src/treeviewsidebarpage.h
index ec0907ac2..524e18322 100644
--- a/src/treeviewsidebarpage.h
+++ b/src/treeviewsidebarpage.h
@@ -63,13 +63,6 @@ protected:
private slots:
/**
- * Expands the tree in a way that the item with the URL m_selectedUrl
- * gets visible. Is called by TreeViewSidebarPage::updateSelection()
- * if the dir lister has been completed.
- */
- void expandSelectionParent();
-
- /**
* Updates the active view to the URL
* which is given by the item with the index \a index.
*/