From cad87447b25f2a5ac7ec206dad51a3d79e1fe457 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 Oct 1999 22:13:53 +0000 Subject: [PATCH] Removed duplicated method git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5079 72102866-910b-0410-8b05-ffd578937521 --- Source/NSButton.m | 8 -------- Source/NSTextField.m | 5 ----- 2 files changed, 13 deletions(-) diff --git a/Source/NSButton.m b/Source/NSButton.m index 0beb41a27..d7ce1c188 100644 --- a/Source/NSButton.m +++ b/Source/NSButton.m @@ -104,14 +104,6 @@ id _nsbuttonCellClass = nil; [self display]; } -// -// Identifying the Selected Cell -// -- (id) selectedCell -{ - return cell; -} - // // Setting the State // diff --git a/Source/NSTextField.m b/Source/NSTextField.m index 0dcaa5ad2..42572e455 100644 --- a/Source/NSTextField.m +++ b/Source/NSTextField.m @@ -258,11 +258,6 @@ id _nsTextfieldCellClass = nil; return [cell textColor]; } -- (id) selectedCell -{ - return cell; -} - // // Target and Action //