summaryrefslogtreecommitdiff
path: root/src/greeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/greeter.h')
-rw-r--r--src/greeter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/greeter.h b/src/greeter.h
index 5cba26ef..4038e694 100644
--- a/src/greeter.h
+++ b/src/greeter.h
@@ -32,12 +32,9 @@ G_BEGIN_DECLS
#define GREETER_SIGNAL_ACTIVE_USERNAME_CHANGED "notify::" GREETER_PROPERTY_ACTIVE_USERNAME
-typedef struct GreeterPrivate GreeterPrivate;
-
struct Greeter
{
- GObject parent_instance;
- GreeterPrivate *priv;
+ GObject parent_instance;
};
typedef struct