mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 13:51:55 +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
7ea9081103
commit
fc6324bf97
1 changed files with 0 additions and 8 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue