# HG changeset patch # User ib # Date 1326384487 0 # Node ID c44d95befb0a43d7bc4fca60d5cd3ea60748f339 # Parent f305c10d20f8ae0ac46acc9468f6efda8ef1c9df Cosmetic: Remove blank lines. diff -r f305c10d20f8 -r c44d95befb0a gui/wm/ws.c --- a/gui/wm/ws.c Thu Jan 12 16:01:32 2012 +0000 +++ b/gui/wm/ws.c Thu Jan 12 16:08:07 2012 +0000 @@ -1510,7 +1510,6 @@ void wsSetShape(wsTWindow *win, char *data) { #ifdef CONFIG_XSHAPE - if (!wsUseXShape) return; @@ -1520,7 +1519,6 @@ XFreePixmap(wsDisplay, win->Mask); } else XShapeCombineMask(wsDisplay, win->WindowID, ShapeBounding, 0, 0, None, ShapeSet); - #endif }