Correcting minor compilation error.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-01-23 04:39:39 +00:00
parent dc50f55fd0
commit 8b5d9b34c6
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2003-01-22 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Removed reference to NSImageDoesCaching.
This variable was removed in the gui library and was causing
compilation to fail. Also cleaned up main() by getting rid
of some old comments.
2003-01-21 Adam Fedor <fedor@gnu.org>
* Version: 0.2.5

7
Gorm.m
View file

@ -1601,13 +1601,6 @@ static NSButtonType _buttonTypeForObject( id button )
int
main(int argc, const char **argv)
{
extern BOOL NSImageDoesCaching;
NSImageDoesCaching = YES;
//[NSObject enableDoubleReleaseCheck: YES];
//[GormPosingView poseAsClass: [NSView class]];
startDate = [[NSDate alloc] init];
NSApplicationMain(argc, argv);