Skip to content
Snippets Groups Projects
Commit 07dd527e authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Removed unused function prototypes in d_main.h

Also corrected what appears to be a typo in some comments above?
parent 61a29bed
Branches
Tags
2 merge requests!488Merge in next and don't billboard papersprites in GL,!295MI's unimportant code cleanup
...@@ -34,7 +34,7 @@ void D_SRB2Loop(void) FUNCNORETURN; ...@@ -34,7 +34,7 @@ void D_SRB2Loop(void) FUNCNORETURN;
// D_SRB2Main() // D_SRB2Main()
// Not a globally visible function, just included for source reference, // Not a globally visible function, just included for source reference,
// calls all startup code, parses command line options. // calls all startup code, parses command line options.
// If not overrided by user input, calls N_AdvanceDemo. // If not overrided by user input, calls D_AdvanceDemo.
// //
void D_SRB2Main(void); void D_SRB2Main(void);
...@@ -51,9 +51,6 @@ const char *D_Home(void); ...@@ -51,9 +51,6 @@ const char *D_Home(void);
// //
// BASE LEVEL // BASE LEVEL
// //
void D_PageTicker(void);
// pagename is lumpname of a 320x200 patch to fill the screen
void D_PageDrawer(const char *pagename);
void D_AdvanceDemo(void); void D_AdvanceDemo(void);
void D_StartTitle(void); void D_StartTitle(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment