mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
6c1bfef9f3
commit
0e3632608f
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -2832,12 +2832,6 @@ Scroll so that the beginning of the range is visible.
|
|||
{
|
||||
}
|
||||
|
||||
- (BOOL) validateUserInterfaceItem: (id <NSValidatedUserInterfaceItem>)anItem
|
||||
{
|
||||
// FIXME
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue