mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
Removed duplicated arch instance
This commit is contained in:
@@ -25,9 +25,6 @@ main(int argc, char** argv)
|
||||
// record window instance for tray icon, etc
|
||||
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
#endif
|
||||
|
||||
Arch arch;
|
||||
arch.init();
|
||||
|
||||
ToolApp app;
|
||||
return app.run(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user