From 9bd7f023b204974264fc99ee268fd9e8a5df9570 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 3 Jun 2018 11:38:02 +0100 Subject: Split up `init_preload` into specific parts --- src/entity.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/entity.cpp') 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: -- cgit v1.2.3