Remove validateUserIntefaceItem:.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-11-15 18:20:57 +00:00
parent 6c1bfef9f3
commit 0e3632608f
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2009-11-15 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTextView.m (-validateUserIntefaceItem:): Remove the
dummy implementation of this method as there is now a proper one
in NSTextView_actions.m.
2009-11-15 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSButtonCell.m: Change default value for

View file

@ -2832,12 +2832,6 @@ Scroll so that the beginning of the range is visible.
{
}
- (BOOL) validateUserInterfaceItem: (id <NSValidatedUserInterfaceItem>)anItem
{
// FIXME
return YES;
}
@end