From d99febaf243b986646876091430a97ac8e7eeb61 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 24 Jan 2004 02:27:11 +0000 Subject: [PATCH] Removed some commented out test code. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18464 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/GSNibTemplates.m | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3477ba844..cf78bce0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-23 21:32 Gregory John Casamento + + * GSNibTemplates.m: Removal of some commented out test code. + 2004-01-22 13:15 Alexander Malmberg * Source/NSFontPanel.m (-_initWithoutGModel): Use -setTitle: to set diff --git a/Source/GSNibTemplates.m b/Source/GSNibTemplates.m index 4b2e16e67..0390e477e 100644 --- a/Source/GSNibTemplates.m +++ b/Source/GSNibTemplates.m @@ -658,15 +658,6 @@ static const int currentVersion = 1; // GSNibItem version number... } return obj; } - -/* -- (NSFont *)font -{ - NSLog(@"Whose calling me..."); - return nil; -} -*/ - @end // Template for any classes which derive from NSText