mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-15 14:53:55 +00:00
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:
parent
fef7f0266a
commit
f649a1bb4b
1 changed files with 0 additions and 1 deletions
|
@ -2887,7 +2887,6 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
|
||||||
|
|
||||||
case NSRightMouseDown:
|
case NSRightMouseDown:
|
||||||
{
|
{
|
||||||
NSMenu *m;
|
|
||||||
v = [_contentView hitTest: [theEvent locationInWindow]];
|
v = [_contentView hitTest: [theEvent locationInWindow]];
|
||||||
[v rightMouseDown: theEvent];
|
[v rightMouseDown: theEvent];
|
||||||
_lastPoint = [theEvent locationInWindow];
|
_lastPoint = [theEvent locationInWindow];
|
||||||
|
|
Loading…
Reference in a new issue