aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r--libindicate/indicator.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h
index 91f08a7..3fd7afd 100644
--- a/libindicate/indicator.h
+++ b/libindicate/indicator.h
@@ -25,15 +25,8 @@ G_BEGIN_DECLS
typedef struct _IndicateIndicator IndicateIndicator;
typedef struct _IndicateIndicatorClass IndicateIndicatorClass;
-#include "server.h"
-
struct _IndicateIndicator {
GObject parent;
-
- guint id;
- gboolean is_visible;
- IndicateServer * server;
- GHashTable * properties;
};
struct _IndicateIndicatorClass {