Removed unused local variable in [sendEvent:].

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16542 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2003-04-25 22:54:39 +00:00
parent 32f6a28f96
commit f3e456cd83

View file

@ -2887,7 +2887,6 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
case NSRightMouseDown:
{
NSMenu *m;
v = [_contentView hitTest: [theEvent locationInWindow]];
[v rightMouseDown: theEvent];
_lastPoint = [theEvent locationInWindow];