From a14119587a1bb7cbf931d9c69ba4623f6fb2242b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Dec 2009 12:51:31 +0000 Subject: Removed enums SortByRating and SortByTags. They never have been activated yet because of performance issues... svn path=/trunk/KDE/kdebase/apps/; revision=1061595 --- src/dolphinview.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 770391610..f9cf39d7f 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -113,9 +113,7 @@ public: SortByOwner, SortByGroup, SortByType, - SortByRating, - SortByTags, - MaxSortEnum = SortByTags + MaxSortEnum = SortByType }; /** -- cgit v1.3.1