diff options
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r-- | code/sys/sys_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h index 09d0cc0..6174876 100644 --- a/code/sys/sys_local.h +++ b/code/sys/sys_local.h @@ -46,7 +46,6 @@ unsigned int CON_LogRead( char *out, unsigned int outSize ); #ifdef MACOS_X char *Sys_StripAppBundle( char *pwd ); -void Sys_Cocoa_MsgBox( const char *text ); #endif void Sys_GLimpSafeInit( void ); |