summaryrefslogtreecommitdiff
path: root/src/greeter-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/greeter-session.h')
-rw-r--r--src/greeter-session.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/greeter-session.h b/src/greeter-session.h
index ea43da2d..a5cccf62 100644
--- a/src/greeter-session.h
+++ b/src/greeter-session.h
@@ -23,12 +23,9 @@ G_BEGIN_DECLS
#define GREETER_SESSION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GREETER_SESSION_TYPE, GreeterSessionClass))
#define IS_GREETER_SESSION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GREETER_SESSION_TYPE))
-typedef struct GreeterSessionPrivate GreeterSessionPrivate;
-
typedef struct
{
- Session parent_instance;
- GreeterSessionPrivate *priv;
+ Session parent_instance;
} GreeterSession;
typedef struct