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 //