remove extra whitespace

This commit is contained in:
Jeff Stamerjohn 2022-01-29 13:28:26 -09:00
parent 5c1527c665
commit 31acdd23fd
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ AppUtilWindows::run(int argc, char** argv)
throw std::runtime_error("Barrier only supports Windows XP SP3 and above.");
}
SetProcessDPIAware();
// record window instance for tray icon, etc
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));