diff options
| author | Peter Penz <[email protected]> | 2009-12-12 12:51:31 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-12-12 12:51:31 +0000 |
| commit | a14119587a1bb7cbf931d9c69ba4623f6fb2242b (patch) | |
| tree | 10ee96c31aab1c82b4e373cf0e44c3d23458be1e /src/dolphinview.h | |
| parent | 5e25098037571c8a43fd8c407c1758065e1a1548 (diff) | |
Removed enums SortByRating and SortByTags. They never have been activated yet because of performance issues...
svn path=/trunk/KDE/kdebase/apps/; revision=1061595
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 }; /** |
