mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
Code cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17414 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b5c4e7400e
commit
70c0bded36
3 changed files with 1 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
* Removed -Werror: GNUMakefile.preamble, GNUMakefile.bundles
|
||||
* Added -methodSignatureForSelector: PCAppController.[hm]
|
||||
* Code cleanup: PCLib/PCFileManager.m, PCLib/PCProjectManager.m
|
||||
|
||||
2003-07-10 Philippe C.D. Robert <probert@siggraph.org>
|
||||
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
|
||||
#include "PCFileManager+UInterface.h"
|
||||
|
||||
#if defined(GNUSTEP)
|
||||
#include <AppKit/IMLoading.h>
|
||||
#endif
|
||||
|
||||
@implementation PCFileManager
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
@ -37,10 +37,6 @@
|
|||
|
||||
#include "PCProjectManager+UInterface.h"
|
||||
|
||||
#if defined(GNUSTEP)
|
||||
#include <AppKit/IMLoading.h>
|
||||
#endif
|
||||
|
||||
#define SavePeriodDCN @"SavePeriodDidChangeNotification"
|
||||
|
||||
NSString *ActiveProjectDidChangeNotification = @"ActiveProjectDidChange";
|
||||
|
|
Loading…
Reference in a new issue