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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 51633d98..63ad37f7 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -682,14 +682,6 @@ byte *I_ZoneBase(int *size);
// asyncronous interrupt functions should maintain private ques that are
// read by the syncronous functions to be converted into events
-void I_Init(void);
-// called by D_DoomMain
-// determines the hardware configuration and sets up the video mode
-
-void I_InitNetwork(void);
-void I_NetCmd(void);
-
-void I_Update(void);
// Copy buffer to video
byte *I_AllocLow(int length);