summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doom/hu_lib.h6
-rw-r--r--src/doom/st_lib.h9
-rw-r--r--src/doom/wi_stuff.c2
3 files changed, 0 insertions, 17 deletions
diff --git a/src/doom/hu_lib.h b/src/doom/hu_lib.h
index 21b6f8c5..a4649b48 100644
--- a/src/doom/hu_lib.h
+++ b/src/doom/hu_lib.h
@@ -29,12 +29,6 @@
// We are referring to patches.
#include "r_defs.h"
-
-// background and foreground screen numbers
-// different from other modules.
-#define BG 1
-#define FG 0
-
// font stuff
#define HU_CHARERASE KEY_BACKSPACE
diff --git a/src/doom/st_lib.h b/src/doom/st_lib.h
index 9345272c..344fd952 100644
--- a/src/doom/st_lib.h
+++ b/src/doom/st_lib.h
@@ -31,15 +31,6 @@
// We are referring to patches.
#include "r_defs.h"
-
-//
-// Background and foreground screen numbers
-//
-
-#define FG 0
-
-
-
//
// Typedefs of widgets
//
diff --git a/src/doom/wi_stuff.c b/src/doom/wi_stuff.c
index 7a0edc9d..7cfbdfa9 100644
--- a/src/doom/wi_stuff.c
+++ b/src/doom/wi_stuff.c
@@ -290,8 +290,6 @@ static anim_t *anims[NUMEPISODES] =
//
// Locally used stuff.
//
-#define FB 0
-
// States for single-player
#define SP_KILLS 0