summaryrefslogtreecommitdiff
path: root/src/main-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index c3bff0f9..840859e9 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -217,10 +217,6 @@ struct _term_data
rendered to before blitting to main screen */
int black,white,purple; /* basic colors keyed to this terminal's surface */
-#ifdef USE_GRAPHICS
-#ifdef USE_TRANSPARENCY
-#endif
-#endif
};
/* The array of term data structures */
@@ -1907,10 +1903,6 @@ static errr term_data_init(term_data *td, int i)
printf("Init-int term: %d\n",i);
-#ifdef USE_GRAPHICS
-#ifdef USE_TRANSPARENCY
-#endif
-#endif
/* Success */
return (0);