diff options
| author | Heiko Becker <[email protected]> | 2021-08-06 00:36:57 +0200 |
|---|---|---|
| committer | Heiko Becker <[email protected]> | 2021-08-06 00:40:40 +0200 |
| commit | bb67def173f31819bb9a696627f9af71c7037dcd (patch) | |
| tree | 27eae4379c053998d6b35b1388aadfff483d2ece /src/views/viewproperties.h | |
| parent | 272aa65bb55dd31f58e8a8e24ea7bc8bd2712daa (diff) | |
Revert "Configurable Show hidden files and folders last toggle"
This reverts commit 50149d6abb8a0a978db3c6afb5238bc42a4a89c8.
It breaks the string freeze and I don't think it can count as a bug
fix, so it breaks the feature freeze, too.
CCMAIL: [email protected]
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index def8aa738..a9daafc87 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -62,9 +62,6 @@ public: void setSortFoldersFirst(bool foldersFirst); bool sortFoldersFirst() const; - void setSortHiddenLast(bool hiddenLast); - bool sortHiddenLast() const; - /** * Sets the additional information for the current set view-mode. * Note that the additional-info property is the only property where |
