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:
fredkiefer 2009-11-15 18:20:57 +00:00
parent e6b676615b
commit a1d035a26e
2 changed files with 6 additions and 6 deletions

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