]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
Removed method 'int columnIndex(Sorting sorting) const'. The mapping is done outside...
[dolphin.git] / src / dolphinview.h
index 5b820fe8e631b02220afebc2420e4f366d7ee8e7..7d6e1288fb498efa3170134a392630bec68c48a3 100644 (file)
@@ -478,11 +478,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().