From 609b64f72b48741fb303375a0fb2e8a57b53640d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Sun, 8 Feb 2015 21:54:18 +0100 Subject: [PATCH] Remove unused macro from config.h.cmake HAVE_PRECOMPILED_HEADERS is only used internally in CMakeLists.txt. --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index 5c76f7b8f..7f7589dc3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -99,9 +99,6 @@ /* compile with debug options */ #cmakedefine _DEBUG 1 -/* Define to 1 if you have support for precompiled headers */ -#cmakedefine HAVE_PRECOMPILED_HEADERS 1 - #ifndef USE_CONSOLE /* The widgets for the windows and the editor GUI */ #cmakedefine USE_SDL_MAINLOOP 1