This is an automated email from the git hooks/post-receive script. nomad pushed a commit to branch master in repository apps/xfdashboard.
commit 68f73b327c655169ce0be85896260b198acc0a62 Author: Stephan Haller <[email protected]> Date: Wed Jan 20 08:33:59 2016 +0100 Removed unused code --- xfdashboard/applications-search-provider.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xfdashboard/applications-search-provider.c b/xfdashboard/applications-search-provider.c index e37e9d1..55aed2b 100644 --- a/xfdashboard/applications-search-provider.c +++ b/xfdashboard/applications-search-provider.c @@ -58,12 +58,6 @@ struct _XfdashboardApplicationsSearchProviderPrivate /* IMPLEMENTATION: Private variables and methods */ #define DEFAULT_DELIMITERS "\t\n\r " -typedef struct _XfdashboardApplicationsSearchProviderSearchData XfdashboardApplicationsSearchProviderSearchData; -struct _XfdashboardApplicationsSearchProviderSearchData -{ - gchar *searchTerm; -}; - /* An application was added to database */ static void _xfdashboard_applications_search_provider_on_application_added(XfdashboardApplicationsSearchProvider *self, GAppInfo *inAppInfo, -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
