summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2013-10-27 00:51:53 -0500
committerTim Angus <tim@ngus.net>2014-06-17 17:43:36 +0100
commit8239b6a5810ebaa4dd100a051d37a0ba5376ea70 (patch)
tree7a537f2fa2da10b5ce9402035571119f8ac5da94
parentb3bc148f325660e225c702262df5b20ff66c3e1a (diff)
Remove function prototypes for non-existant Sys_* DLL functions
-rw-r--r--src/qcommon/qcommon.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index fc240bbf..5ee2c7c9 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -1032,19 +1032,6 @@ void * QDECL Sys_LoadGameDll( const char *name, intptr_t (QDECL **entryPoint)(in
intptr_t (QDECL *systemcalls)(intptr_t, ...) );
void Sys_UnloadDll( void *dllHandle );
-void Sys_UnloadGame( void );
-void *Sys_GetGameAPI( void *parms );
-
-void Sys_UnloadCGame( void );
-void *Sys_GetCGameAPI( void );
-
-void Sys_UnloadUI( void );
-void *Sys_GetUIAPI( void );
-
-//bot libraries
-void Sys_UnloadBotLib( void );
-void *Sys_GetBotLibAPI( void *parms );
-
char *Sys_GetCurrentUser( void );
void QDECL Sys_Error( const char *error, ...) __attribute__ ((noreturn, format (printf, 1, 2)));