mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
include: windowstr.h: drop unused Guarantee* defines
They aren't used anymore since about two decades, so no need to keep them around any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f813cb569f
commit
932f4be393
@@ -59,8 +59,6 @@ SOFTWARE.
|
||||
#include <X11/Xprotostr.h>
|
||||
#include "opaque.h"
|
||||
|
||||
#define GuaranteeNothing 0
|
||||
#define GuaranteeVisBack 1
|
||||
|
||||
#define SameBackground(as, a, bs, b) \
|
||||
((as) == (bs) && ((as) == None || \
|
||||
|
||||
Reference in New Issue
Block a user