mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Remove unused variables
GCC -Wall complains about them.
This commit is contained in:
@@ -289,8 +289,7 @@ findDestinationViewInToplevel(WMView* toplevel, int x, int y)
|
||||
WMScreen *scr = W_VIEW_SCREEN(toplevel);
|
||||
Window toplevelWin = WMViewXID(toplevel);
|
||||
int xInToplevel, yInToplevel;
|
||||
Window child, foo;
|
||||
WMView *childView;
|
||||
Window foo;
|
||||
|
||||
XTranslateCoordinates(scr->display, scr->rootWin, toplevelWin,
|
||||
x, y, &xInToplevel, &yInToplevel,
|
||||
|
||||
Reference in New Issue
Block a user