summaryrefslogtreecommitdiff
path: root/src/display-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/display-server.h')
-rw-r--r--src/display-server.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/display-server.h b/src/display-server.h
index 08eb7b4e..34c43713 100644
--- a/src/display-server.h
+++ b/src/display-server.h
@@ -29,12 +29,9 @@ G_BEGIN_DECLS
#define DISPLAY_SERVER_SIGNAL_READY "ready"
#define DISPLAY_SERVER_SIGNAL_STOPPED "stopped"
-typedef struct DisplayServerPrivate DisplayServerPrivate;
-
struct DisplayServer
{
- GObject parent_instance;
- DisplayServerPrivate *priv;
+ GObject parent_instance;
};
typedef struct