From 64373ede6f18d22aa2c20f8b728e9dee3cbeb36e Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sat, 28 Apr 2001 14:02:31 +0000 Subject: [PATCH] Undid last change, as this is now obsolete. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9735 72102866-910b-0410-8b05-ffd578937521 --- Source/NSColor.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/NSColor.m b/Source/NSColor.m index 377636701..862ac1f7c 100644 --- a/Source/NSColor.m +++ b/Source/NSColor.m @@ -277,10 +277,6 @@ systemColorWithName(NSString *name) // ignore alpha by default gnustep_gui_ignores_alpha = YES; - // We call this so that the local information is set up before - // initSystemColors() converts floats to strings. - [NSUserDefaults standardUserDefaults]; - // Load or define the system colour list initSystemColors();