diff options
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r-- | Editor/EditorMain.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp index 3c6b893..7d7f07c 100644 --- a/Editor/EditorMain.cpp +++ b/Editor/EditorMain.cpp @@ -18,13 +18,8 @@ void ErrorHandle(cc8* msg) log_error("[Lua] %s", msg);
}
-void TestFont()
-{
-}
-
int BeforeMainLoop(lua_State* L)
{
- TestFont();
return 0;
}
|