mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
b4360186d0
commit
0bcac86a20
1 changed files with 0 additions and 8 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue