From 0614c779b02b64f9ac69dd9b41ced07c5bad0946 Mon Sep 17 00:00:00 2001 From: ericwa Date: Thu, 28 Jan 2010 01:40:35 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ Source/GSThemeDrawing.m | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e895c3849..7f5984073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-27 Eric Wasylishen + + * Source/GSThemeDrawing.m: Undo an accidental commit of some testing + code in r29416 + 2010-01-28 Wolfgang Lux * Source/NSApplication.m (-_windowWillClose:, -_lastWindowClosed:): diff --git a/Source/GSThemeDrawing.m b/Source/GSThemeDrawing.m index 73ca76c5d..0ee521309 100644 --- a/Source/GSThemeDrawing.m +++ b/Source/GSThemeDrawing.m @@ -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); }