From cdefb2ba7ad7e496d36d43ef16eebadd71fe0862 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 8 Jan 2012 12:15:44 +0100 Subject: [PATCH] Always allow multiple instances --- sys/sys_public.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys_public.h b/sys/sys_public.h index 05047f4..666683f 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -123,8 +123,6 @@ void Sys_Shutdown( void ); void Sys_Error( const char *error, ...); void Sys_Quit( void ); -bool Sys_AlreadyRunning( void ); - // note that this isn't journaled... char * Sys_GetClipboardData( void ); void Sys_SetClipboardData( const char *string );