X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=config.h.cmake;h=90ca0e6fb816836d841db5b4f9196ca6352eecdb;hb=9ca6ad8086995cde21a4ae247dac53de336c15ec;hp=6b32fd3e271acc171090341ae6e5881e75345e94;hpb=d0d4f2a10842e956e90af678e8270fec96536164;p=supertux.git diff --git a/config.h.cmake b/config.h.cmake index 6b32fd3e2..90ca0e6fb 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -2,7 +2,6 @@ #define CONFIG_H #define PACKAGE_NAME "supertux" -#define PACKAGE_VERSION "0.3.2-SVN${REVISION}" #cmakedefine DEBUG #cmakedefine ENABLE_SQDBG @@ -28,13 +27,4 @@ #cmakedefine HAVE_LIBCURL -//Useful constants -static const float DELTA = .0001f; - -// the engine will be run with a logical framerate of 64fps. -// We chose 64fps here because it is a power of 2, so 1/64 gives an "even" -// binary fraction... -static const float LOGICAL_FPS = 64.0; - - #endif /*CONFIG_H*/