diff options
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index b8f888a..2e48038 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -158,7 +158,6 @@ typedef enum { /*< prefix=APP_INDICATOR_STATUS >*/ typedef struct _AppIndicator AppIndicator; typedef struct _AppIndicatorClass AppIndicatorClass; -typedef struct _AppIndicatorPrivate AppIndicatorPrivate; /** * AppIndicatorClass: @@ -244,9 +243,6 @@ struct _AppIndicatorClass { */ struct _AppIndicator { GObject parent; - - /*< Private >*/ - AppIndicatorPrivate *priv; }; /* GObject Stuff */ |