WINGs: Do not create variables for trivial things
commitbf6405802054e42bce5684f0168f1de8facda46b
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 15 Nov 2013 17:46:46 +0000 (15 18:46 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:05 +0000 (30 18:11 +0000)
tree4ebffb8a38b4e88169fb6a0fced0c09f62e778b4
parentf76ed31fa3324c76bb92444cb37b7ac0a083db29
WINGs: Do not create variables for trivial things

In the present case, it just led to a compiler warning on unused variable
when the XShape extension is disabled, but in general case it just adds
complexity by duplicating things; this should be reserved for complex
cases.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/dragsource.c