Skip to content

Commit 932f4be

Browse files
committed
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 <[email protected]>
1 parent f813cb5 commit 932f4be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/windowstr.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ SOFTWARE.
5959
#include <X11/Xprotostr.h>
6060
#include "opaque.h"
6161

62-
#define GuaranteeNothing 0
63-
#define GuaranteeVisBack 1
6462

6563
#define SameBackground(as, a, bs, b) \
6664
((as) == (bs) && ((as) == None || \

0 commit comments

Comments
 (0)