┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 06:29:17 +0000
committerPeter Penz <[email protected]>2007-02-17 06:29:17 +0000
commit73a9e20701c4265dd9b56f9ecdd0012d6287c041 (patch)
tree65434295ff0afaa20839ee756275af045296af3a /src/dolphinview.h
parent546384562ae872614cd0c8fa568bd65ae41885da (diff)
Removed method 'int columnIndex(Sorting sorting) const'. The mapping is done outside the class DolphinView already.
svn path=/trunk/KDE/kdebase/apps/; revision=634392
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 5b820fe8e..7d6e1288f 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -479,11 +479,6 @@ private:
void createView();
/**
- * Returns the column index used in the KDirModel depending on \a sorting.
- */
- int columnIndex(Sorting sorting) const;
-
- /**
* Selects all items by using the selection flags \a flags. This is a helper
* method for the slots DolphinView::selectAll() and DolphinView::invertSelection().
*/