Remove unused functions from null_main.c and null_input.c

Sys_mkdir is suppose to have a capital M, which is also in null_main.c.
This commit is contained in:
Zack Middleton 2014-08-27 19:26:54 -05:00
parent bb64bd7be0
commit b0596248ff
2 changed files with 1 additions and 47 deletions

View file

@ -32,6 +32,3 @@ void IN_Shutdown( void ) {
void IN_Restart( void ) {
}
void Sys_SendKeyEvents (void) {
}