Remove unused macro from config.h.cmake

HAVE_PRECOMPILED_HEADERS is only used internally in CMakeLists.txt.
objectmenu
Günther Brammer 2015-02-08 21:54:18 +01:00
parent 7167459f67
commit 609b64f72b
1 changed files with 0 additions and 3 deletions

View File

@ -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