aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-06-03 11:38:02 +0100
committergingerBill <bill@gingerbill.org>2018-06-03 11:38:02 +0100
commit9bd7f023b204974264fc99ee268fd9e8a5df9570 (patch)
tree63da682a7b222aabf1fb2b7fbe1a11fe838508cf /src/entity.cpp
parent398109ac841cb8c405b54da529837800ed8cddd1 (diff)
Split up `init_preload` into specific parts
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index aea01d6ac..0165430fe 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -148,8 +148,6 @@ struct Entity {
};
};
-gb_global Entity *e_context = nullptr;
-
bool is_entity_kind_exported(EntityKind kind) {
switch (kind) {
case Entity_Builtin: