lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 647eed1 2/3: Remove a superfluous conditional


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 647eed1 2/3: Remove a superfluous conditional
Date: Fri, 10 Mar 2017 14:14:48 -0500 (EST)

branch: master
commit 647eed1494ab0a661ecca8c408cf73c037b23eb9
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a superfluous conditional
    
    See the last sentence in this message:
      http://lists.nongnu.org/archive/html/lmi/2017-03/msg00066.html
---
 main_wx_test.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/main_wx_test.cpp b/main_wx_test.cpp
index c8f30b2..df364cb 100644
--- a/main_wx_test.cpp
+++ b/main_wx_test.cpp
@@ -59,10 +59,6 @@ LMI_FORCE_LINKING_EX_SITU(group_quote_pdf_generator_wx)
 LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
 LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 
-#if !wxCHECK_VERSION(3,1,0)
-#   error wxWidgets 3.1.0 or later is required for the test suite.
-#endif
-
 class SkeletonTest;
 DECLARE_APP(SkeletonTest)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]