diff options
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r-- | Editor/EditorMain.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp index 5f16d63..69c1c1a 100644 --- a/Editor/EditorMain.cpp +++ b/Editor/EditorMain.cpp @@ -44,9 +44,6 @@ int main() int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) #endif {
- WorkThread thread;
- thread.Resume();
-
WindowUtil::RegisterClasses();
LuaBind::VM vm;
|