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:
Philippe C.D. Robert 2003-08-01 15:02:04 +00:00
parent b5c4e7400e
commit 70c0bded36
3 changed files with 1 additions and 8 deletions

View file

@ -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>

View file

@ -32,10 +32,6 @@
#include "PCFileManager+UInterface.h"
#if defined(GNUSTEP)
#include <AppKit/IMLoading.h>
#endif
@implementation PCFileManager
//==============================================================================

View file

@ -37,10 +37,6 @@
#include "PCProjectManager+UInterface.h"
#if defined(GNUSTEP)
#include <AppKit/IMLoading.h>
#endif
#define SavePeriodDCN @"SavePeriodDidChangeNotification"
NSString *ActiveProjectDidChangeNotification = @"ActiveProjectDidChange";