Small changes found by static analyser.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-03-02 21:30:18 +00:00
parent fed6ff1796
commit 895bea4b23
3 changed files with 9 additions and 11 deletions

View file

@ -1823,16 +1823,6 @@ Fallback for backends other than Cairo. */
return self;
}
- (id) awakeAfterUsingCoder: (NSCoder*)aDecoder
{
if (_name && [nameDict objectForKey: _name])
{
return [nameDict objectForKey: _name];
}
return self;
}
+ (BOOL) canInitWithPasteboard: (NSPasteboard *)pasteboard
{
int i, count;