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:
Fred Kiefer 2003-04-25 22:54:39 +00:00
parent fef7f0266a
commit f649a1bb4b

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];