summaryrefslogtreecommitdiff
path: root/src/display-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/display-manager.h')
-rw-r--r--src/display-manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/display-manager.h b/src/display-manager.h
index bc3ec517..1877645f 100644
--- a/src/display-manager.h
+++ b/src/display-manager.h
@@ -25,12 +25,9 @@ G_BEGIN_DECLS
#define DISPLAY_MANAGER_SIGNAL_SEAT_REMOVED "seat-removed"
#define DISPLAY_MANAGER_SIGNAL_STOPPED "stopped"
-typedef struct DisplayManagerPrivate DisplayManagerPrivate;
-
typedef struct
{
- GObject parent_instance;
- DisplayManagerPrivate *priv;
+ GObject parent_instance;
} DisplayManager;
typedef struct