[Xfce4-commits] [apps/xfdashboard] 01/02: Remove unused enums
noreply at xfce.org
noreply at xfce.org
Thu Jan 7 18:48:18 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit e6f9e4b55873df0f9501663e87afb1d612ea7bc4
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Jan 7 08:27:23 2016 +0100
Remove unused enums
---
xfdashboard/search-result-container.h | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/xfdashboard/search-result-container.h b/xfdashboard/search-result-container.h
index 25aab30..29ba45f 100644
--- a/xfdashboard/search-result-container.h
+++ b/xfdashboard/search-result-container.h
@@ -66,19 +66,6 @@ struct _XfdashboardSearchResultContainerClass
};
/* Public API */
-typedef enum /*< skip,prefix=XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_STEP_SIZE >*/
-{
- XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_STEP_SIZE_BEGIN_END, /* Set to first or last item */
- XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_STEP_SIZE_COLUMN, /* Arrow left or arrow right key */
- XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_STEP_SIZE_ROW /* Arrow up or arrow down key */
-} XfdashboardSearchResultContainerSelectionStepSize;
-
-typedef enum /*< skip,prefix=XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_DIRECTIO >*/
-{
- XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_DIRECTION_FORWARD,
- XFDASHBOARD_SEARCH_RESULT_CONTAINER_SELECTION_DIRECTION_BACKWARD
-} XfdashboardSearchResultContainerSelectionDirection;
-
GType xfdashboard_search_result_container_get_type(void) G_GNUC_CONST;
ClutterActor* xfdashboard_search_result_container_new(XfdashboardSearchProvider *inProvider);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list