mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
dc50f55fd0
commit
8b5d9b34c6
2 changed files with 7 additions and 7 deletions
|
@ -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
7
Gorm.m
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue