From f649a1bb4b751a13a49f450eb1b45df84c7b7bed Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 25 Apr 2003 22:54:39 +0000 Subject: [PATCH] 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 --- Source/NSWindow.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSWindow.m b/Source/NSWindow.m index e52922b29..24d2cf735 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -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];