summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/session.h b/src/session.h
index eb3f0c0e..350cf3bb 100644
--- a/src/session.h
+++ b/src/session.h
@@ -44,12 +44,9 @@ G_BEGIN_DECLS
#define SESSION_SIGNAL_AUTHENTICATION_COMPLETE "authentication-complete"
#define SESSION_SIGNAL_STOPPED "stopped"
-typedef struct SessionPrivate SessionPrivate;
-
struct Session
{
- GObject parent_instance;
- SessionPrivate *priv;
+ GObject parent_instance;
};
typedef struct