Always allow multiple instances

This commit is contained in:
dhewg 2012-01-08 12:15:44 +01:00 committed by Daniel Gibson
parent a1fe69f429
commit cdefb2ba7a

View file

@ -123,8 +123,6 @@ void Sys_Shutdown( void );
void Sys_Error( const char *error, ...); void Sys_Error( const char *error, ...);
void Sys_Quit( void ); void Sys_Quit( void );
bool Sys_AlreadyRunning( void );
// note that this isn't journaled... // note that this isn't journaled...
char * Sys_GetClipboardData( void ); char * Sys_GetClipboardData( void );
void Sys_SetClipboardData( const char *string ); void Sys_SetClipboardData( const char *string );