Removed some empty comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-21 15:44:47 +00:00
parent b4360186d0
commit 0bcac86a20

View file

@ -44,8 +44,6 @@
#include <Foundation/NSProcessInfo.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSUserDefaults.h>
/*GG :
*/
#include <Foundation/NSBundle.h>
#ifndef LIB_FOUNDATION_LIBRARY
@ -131,9 +129,6 @@ _NSAppKitUncaughtExceptionHandler (NSException *exception)
NSSetUncaughtExceptionHandler (_NSAppKitUncaughtExceptionHandler);
}
/* GG :
*/
@interface GSBackend : NSGraphicsContext
{}
+ (void) initializeBackend;
@ -485,9 +480,6 @@ static NSCell* tileCell = nil;
our window server, so if someone wants to query information that might
require the backend, they just need to instantiate a sharedApplication
*/
/* GG : Load the xgps bundle
*/
initialize_gnustep_backend();
self = [super init];