From a59559eb8f9508f158d67abd6766a81daa509226 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 17 Nov 2015 21:18:22 +0000 Subject: [PATCH] Removed check for Xestia Common Components until this feature is introduced. --- source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 [] = { -- 2.39.2