1
0
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:
Carlos R. Mafra
2009-08-17 17:35:48 +02:00
parent ceeca912cd
commit 09a8911b6f
3 changed files with 2 additions and 7 deletions

View File

@@ -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,