diff options
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 3c16876d..525c7990 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -56,6 +56,3 @@ void Sys_PlatformExit( void ); void Sys_SigHandler( int signal ) __attribute__ ((noreturn)); void Sys_ErrorDialog( const char *error ); void Sys_AnsiColorPrint( const char *msg ); - -int Sys_PID( void ); -qboolean Sys_PIDIsRunning( int pid ); |