diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-24 21:25:22 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-24 21:25:22 -0500 |
commit | b715352603062a4a4dbb5bc69388b1db632c34ae (patch) | |
tree | cbe62b7a1dd579a516e7d674ab22d36d257949e7 /src/notifier.h | |
parent | f7f949eb2d04e8dd4493cbd8e55f34c896efd9ea (diff) | |
download | ayatana-indicator-power-b715352603062a4a4dbb5bc69388b1db632c34ae.tar.gz ayatana-indicator-power-b715352603062a4a4dbb5bc69388b1db632c34ae.tar.bz2 ayatana-indicator-power-b715352603062a4a4dbb5bc69388b1db632c34ae.zip |
in notifier, use G_DEFINE_TYPE_WITH_PRIVATE
Diffstat (limited to 'src/notifier.h')
-rw-r--r-- | src/notifier.h | 2 |
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 |