Remove some accidentally committed code from r29416

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2010-01-28 01:40:35 +00:00
parent 1ace430690
commit b521058a3a
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2010-01-27 Eric Wasylishen <ewasylishen@gmail.com>
* Source/GSThemeDrawing.m: Undo an accidental commit of some testing
code in r29416
2010-01-28 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSApplication.m (-_windowWillClose:, -_lastWindowClosed:):

View file

@ -28,7 +28,6 @@
#import "GSThemePrivate.h"
#import "AppKit/NSApplication.h"
#import "AppKit/NSAttributedString.h"
#import "AppKit/NSBezierPath.h"
#import "AppKit/NSButtonCell.h"
@ -212,11 +211,6 @@
NSColor *c;
c = [[view window] backgroundColor];
if ([[view window] isMainWindow] &&
[[NSApplication sharedApplication] isActive])
c = [NSColor whiteColor];
[c set];
NSRectFill (frame);
}