summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map.c b/src/map.c
index ac47d79..6dd1a28 100644
--- a/src/map.c
+++ b/src/map.c
@@ -270,10 +270,7 @@ map_get_property (GObject *object, guint prop_id,
Map *
map_new_from_file (const gchar *map_file, gint num_rows, gint num_cols)
{
- GObject *object;
Map *map;
- gint **buf;
- guint i;
FILE *stream;
MapSize size;