changeset 1990:a183d8649a85

Remove dead bits from build system.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 21:02:34 +0300
parents 8d62ca2c0684
children 822c5f46439d
files Makefile.gen config.mak.in
diffstat 2 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sun Jul 01 18:45:45 2018 +0300
+++ b/Makefile.gen	Sun Jul 01 21:02:34 2018 +0300
@@ -157,22 +157,6 @@
 SDL_TTF_CFLAGS=
 endif
 
-ifeq ($(DM_GFX_8BIT),yes)
-DM_CFLAGS += -DDM_GFX_8BIT
-endif
-
-ifeq ($(DM_GFX_15BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
-ifeq ($(DM_GFX_16BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
-ifeq ($(DM_GFX_32BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
 
 ###
 ### miniJSS
--- a/config.mak.in	Sun Jul 01 18:45:45 2018 +0300
+++ b/config.mak.in	Sun Jul 01 21:02:34 2018 +0300
@@ -45,9 +45,6 @@
 DM_GFX_LINES=yes
 DM_GFX_BLITS=yes
 
-DM_GFX_8BIT=yes
-DM_GFX_32BIT=yes
-
 
 ###
 ### Tremor Ogg Vorbis decoder