mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
Remove dead assignments found by static code analysis.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f48dfb5072
commit
475f2d07aa
15 changed files with 44 additions and 42 deletions
|
@ -4110,7 +4110,6 @@ resetCursorRectsForView(NSView *theView)
|
|||
}
|
||||
ASSIGN(_lastDragView, v);
|
||||
_f.accepts_drag = GSViewAcceptsDrag(v, dragInfo);
|
||||
action = NSDragOperationNone;
|
||||
}
|
||||
if (_f.accepts_drag)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue