summaryrefslogtreecommitdiff
path: root/src/object_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_base.h')
-rw-r--r--src/object_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object_base.h b/src/object_base.h
index 1ea5fe09d..a468a01ee 100644
--- a/src/object_base.h
+++ b/src/object_base.h
@@ -78,9 +78,6 @@ protected:
static uint16 counts[NUM_OBJECTS]; ///< Number of objects per type ingame
};
-#define FOR_ALL_OBJECTS_FROM(var, start) FOR_ALL_ITEMS_FROM(Object, object_index, var, start)
-#define FOR_ALL_OBJECTS(var) FOR_ALL_OBJECTS_FROM(var, 0)
-
/**
* Keeps track of removed objects during execution/testruns of commands.
*/