summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 3997e6d..7aa2785 100644
--- a/src/map.h
+++ b/src/map.h
@@ -25,7 +25,6 @@
#define _MAP_H_
#include <math.h>
-#include "gfreelist.h"
//
// Map Object Types
@@ -220,7 +219,6 @@ typedef struct {
GHashTable *pLocationArrayHashTable;
GPtrArray *pLocationSelectionArray;
- GFreeList *pLocationSelectionAllocator;
GdkPixmap* pPixmap;