From: Steve Brokenshire Date: Tue, 17 Nov 2015 21:18:22 +0000 (+0000) Subject: Removed check for Xestia Common Components until this feature is introduced. X-Git-Tag: release-0.05~8 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=a59559eb8f9508f158d67abd6766a81daa509226 Removed check for Xestia Common Components until this feature is introduced. --- diff --git a/source/main.cpp b/source/main.cpp index 2a6c518..e5404dd 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -33,7 +33,7 @@ bool XestiaABApp::OnInit() wxLocale locale; locale.Init(wxLANGUAGE_DEFAULT, wxLOCALE_LOAD_DEFAULT); -#if defined(__WIN32__) +/*#if defined(__WIN32__) // Check that the minimum version of Xestia Common Components is installed on the system. @@ -44,7 +44,7 @@ bool XestiaABApp::OnInit() this->Exit(); } -#endif +#endif*/ static const wxCmdLineEntryDesc g_cmdLineDesc [] = {