diff options
-rw-r--r-- | src/crepe/system/ScriptSystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/ScriptSystem.cpp b/src/crepe/system/ScriptSystem.cpp index 7b22533..f4a826b 100644 --- a/src/crepe/system/ScriptSystem.cpp +++ b/src/crepe/system/ScriptSystem.cpp @@ -43,4 +43,3 @@ forward_list<reference_wrapper<Script>> ScriptSystem::get_scripts() const { return scripts; } - |