X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/717de46036ff913de0f5c5cbb1d0fd0bb03f4c3a..180b5b4827d08f1ac13bbb5eca03f775ab35a0b1:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 738d2f311a..66297871a4 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -177,11 +177,7 @@ bool wxAppConsoleBase::Initialize(int& argcOrig, wxChar **argvOrig) #endif #ifndef __WXPALMOS__ -#if wxUSE_UNICODE - if ( m_appName.empty() && (bool) argv ) -#else if ( m_appName.empty() && argv ) -#endif { // the application name is, by default, the name of its executable file wxFileName::SplitPath(argv[0], NULL, &m_appName, NULL);