summaryrefslogtreecommitdiff
path: root/multiload/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/global.h')
-rw-r--r--multiload/global.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/multiload/global.h b/multiload/global.h
index 8971df2c..f3ef24f3 100644
--- a/multiload/global.h
+++ b/multiload/global.h
@@ -30,18 +30,11 @@ struct _LoadGraph {
guint allocated;
-#if GTK_CHECK_VERSION (3, 0, 0)
GdkRGBA *colors;
-#else
- GdkColor *colors;
-#endif
gint **data;
guint data_size;
guint *pos;
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gint colors_allocated;
-#endif
GtkWidget *main_widget;
GtkWidget *frame, *box, *disp;
cairo_surface_t *surface;