summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-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)));