Fix incorrect commits

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26633 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2008-06-12 14:09:48 +00:00
parent 7afdd32ac1
commit 41ec18afa4
4 changed files with 8 additions and 9 deletions

View file

@ -64,12 +64,6 @@
- (void) setViewsNeedDisplay: (BOOL)f
{
}
- (id) retain
{
NSLog(@"GSCacheW retained");
return [super retain];
}
@end
/**<p>Todo Description </p>