Remove obsolete backend classes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-10-29 18:43:48 +00:00
parent ad16a5786c
commit 97eb87a61c
15 changed files with 421 additions and 52 deletions

View file

@ -2192,7 +2192,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
[ctxt _addDragTypes: t toWindow: [window windowNumber]];
if (o != nil)
{
[ctxt _removeDragTypes: t fromWindow: [window windowNumber]];
[ctxt _removeDragTypes: o fromWindow: [window windowNumber]];
}
}
TEST_RELEASE(o);