mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-18 15:35:55 +01:00
Remove MINIATURIZE_ANIMATION_DELAY_{Z,F,T} tests
We know that they are non-zero because we set their values explicitly in wconfig.h.in, so there is no point in checking them.
This commit is contained in:
@@ -242,10 +242,7 @@ void DoKaboom(WScreen * scr, Window win, int x, int y)
|
||||
}
|
||||
|
||||
XFlush(dpy);
|
||||
|
||||
#if (MINIATURIZE_ANIMATION_DELAY_Z > 0)
|
||||
wusleep(MINIATURIZE_ANIMATION_DELAY_Z * 2);
|
||||
#endif
|
||||
}
|
||||
|
||||
XFreePixmap(dpy, tmp);
|
||||
|
||||
Reference in New Issue
Block a user