summaryrefslogtreecommitdiffstats
path: root/ganv/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/types.h')
-rw-r--r--ganv/types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ganv/types.h b/ganv/types.h
index 677cb06..10b6a90 100644
--- a/ganv/types.h
+++ b/ganv/types.h
@@ -23,12 +23,5 @@ typedef struct _GanvNode GanvNode;
typedef struct _GanvPort GanvPort;
typedef struct _GanvBox GanvBox;
-#ifdef GANV_FDGL
-typedef struct {
- double x;
- double y;
-} Vector;
-#endif // GANV_FDGL
-
#endif /* GANV_TYPES_H */