lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 114edb8 1/4: Eliminate now-needless checks


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 114edb8 1/4: Eliminate now-needless checks
Date: Fri, 24 Jul 2020 11:35:03 -0400 (EDT)

branch: master
commit 114edb8a55fc13264aa9a3fc6ac4ee31f358df12
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Eliminate now-needless checks
    
    The GIF patents no longer matter, and the "apple IEEE" thing doesn't
    seem important enough to block so vigorously. See:
      https://lists.nongnu.org/archive/html/lmi/2020-07/msg00051.html
---
 wx_checks.cpp | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/wx_checks.cpp b/wx_checks.cpp
index 3d11b7e..15e0174 100644
--- a/wx_checks.cpp
+++ b/wx_checks.cpp
@@ -42,16 +42,3 @@
 #if !wxUSE_PRINTING_ARCHITECTURE
 #   error Enable wxUSE_PRINTING_ARCHITECTURE in wx setup.
 #endif // !wxUSE_PRINTING_ARCHITECTURE
-
-// Ensure that certain inappropriate options aren't used.
-
-// License not obviously compatible with GPL.
-#if wxUSE_APPLE_IEEE
-#   error Disable wxUSE_APPLE_IEEE in wx setup.
-#endif // wxUSE_APPLE_IEEE
-
-// The patents have expired, but the stench lingers:
-//   https://www.gnu.org/philosophy/gif.html
-#if wxUSE_GIF
-#   error Disable wxUSE_GIF in wx setup.
-#endif // wxUSE_GIF



reply via email to

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