summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 02185536..4a4e5299 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -914,10 +914,6 @@ boolean M_ValidEpisodeMap(int episode, int map);
void M_ForceUppercase(char *text);
// Changes a string to uppercase
-void M_ClearBox(fixed_t * box);
-void M_AddToBox(fixed_t * box, fixed_t x, fixed_t y);
-// bounding box functions
-
void M_LoadDefaults(void);
void M_SaveDefaults(void);