summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-switch.h')
-rw-r--r--src/sp-switch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-switch.h b/src/sp-switch.h
index 7152e1b82..57ce8b236 100644
--- a/src/sp-switch.h
+++ b/src/sp-switch.h
@@ -17,7 +17,6 @@
#include "sp-item-group.h"
-typedef struct _GSList GSList;
#define SP_SWITCH(obj) (dynamic_cast<SPSwitch*>((SPObject*)obj))
#define SP_IS_SWITCH(obj) (dynamic_cast<const SPSwitch*>((SPObject*)obj) != NULL)