Skip to content

Commit

Permalink
addon/state: Remove unused enum types
Browse files Browse the repository at this point in the history
These were part of the GUI1 Add-ons Manager implementation.
  • Loading branch information
irydacea committed Dec 4, 2020
1 parent ab770d1 commit f7e8d37
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/addon/state.hpp
Expand Up @@ -88,20 +88,3 @@ enum ADDON_STATUS_FILTER {
FILTER_NOT_INSTALLED,
FILTER_COUNT
};

/**
* Add-on fallback/default sorting criteria for the user interface.
*/
enum ADDON_SORT {
SORT_NAMES, /**< Sort by add-on name. */
SORT_UPDATED, /**< Sort by last upload time. */
SORT_CREATED /**< Sort by creation time. */
};

/**
* Add-on fallback/default sorting direction.
*/
enum ADDON_SORT_DIRECTION {
DIRECTION_ASCENDING, /**< Ascending sort. */
DIRECTION_DESCENDING /**< Descending sort. */
};

0 comments on commit f7e8d37

Please sign in to comment.