diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
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: |