diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 21:42:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 21:42:40 +0100 |
| commit | 160eb2926d9dad336e37b5e4752fffea0c79bd13 (patch) | |
| tree | e33a6015fb647fb263f422568e7c41472b490062 /configh.cmake.in | |
| parent | f1b2e92f077ca8de4b978e0e27e23f88749500af (diff) | |
Remove usage of __APPLE_QUARTZ__ (#673)
Diffstat (limited to 'configh.cmake.in')
| -rw-r--r-- | configh.cmake.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configh.cmake.in b/configh.cmake.in index d189d3bf9..99ff77ca8 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -148,16 +148,6 @@ #cmakedefine01 HAVE_X11_XREGION_H /* - * __APPLE_QUARTZ__: - * - * All Apple implementations are now based on Quartz and Cocoa, - * so this flag should always be on for Mac OS X. This flag has - * no meaning on operating systems other than Mac OS X. - */ - -#cmakedefine __APPLE_QUARTZ__ 1 - -/* * HAVE_GL_OVERLAY: * * It is possible your GL has an overlay even if X does not. If so, |
