summaryrefslogtreecommitdiff
path: root/Editor/EditorMain.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-05 18:10:01 +0800
committerchai <chaifix@163.com>2021-11-05 18:10:01 +0800
commited78df90944bbe6b7de7308bda2bf3a7f1bc3de6 (patch)
treea392ec71c55b5d83d0b7095039304aaca4bc06d5 /Editor/EditorMain.cpp
parent2b9621a46288532b352b7838f96aca80f971e3d1 (diff)
*misc
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r--Editor/EditorMain.cpp5
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;
}