diff options
author | jstebbins <[email protected]> | 2014-12-04 21:51:58 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-04 21:51:58 +0000 |
commit | c8ba2592e8093444f44ce38123f2c023d71f01fc (patch) | |
tree | 1d506a4c02280c838d285cb4a02945ef3cb16df6 /gtk/src/settings.h | |
parent | 9a22df485d2ec381edc42492b00b49c72d72c22c (diff) |
LinGui: remove POS appindicator
It's nothing but trouble. Buggy POS ubuntu crapware.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6586 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index 67f49e5df..2367bcb6a 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -17,9 +17,6 @@ #define _SETTINGS_H_ #include <gtk/gtk.h> -#if defined(_USE_APP_IND) -#include <libappindicator/app-indicator.h> -#endif #define GHB_WIDGET(b,n) GTK_WIDGET(gtk_builder_get_object ((b), (n))) //#define GHB_WIDGET(b,n) GTK_WIDGET(debug_get_object((b), (n))) @@ -71,9 +68,6 @@ typedef struct gchar *appcast; gint appcast_len; GdkVisibilityState hb_visibility; -#if defined(_USE_APP_IND) - AppIndicator *ai; -#endif } signal_user_data_t; enum |