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:
nico 2001-12-21 15:44:47 +00:00
parent 7ea9081103
commit fc6324bf97

View file

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