aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifier.h')
-rw-r--r--src/notifier.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/notifier.h b/src/notifier.h
index f473ee7..c23c585 100644
--- a/src/notifier.h
+++ b/src/notifier.h
@@ -34,7 +34,6 @@ G_BEGIN_DECLS
typedef struct _IndicatorPowerNotifier IndicatorPowerNotifier;
typedef struct _IndicatorPowerNotifierClass IndicatorPowerNotifierClass;
-typedef struct _IndicatorPowerNotifierPrivate IndicatorPowerNotifierPrivate;
typedef enum
{
@@ -52,7 +51,6 @@ struct _IndicatorPowerNotifier
{
/*< private >*/
GObject parent;
- IndicatorPowerNotifierPrivate * priv;
};
struct _IndicatorPowerNotifierClass