From 385ba2cdf6f940c1bb1280f4141b249e985a7247 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 2 Oct 2018 19:56:06 +0200 Subject: [PATCH] Remove unused definition Signed-off-by: Uli Schlachter --- src/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common.h b/src/common.h index ae18cf2..f19cea1 100644 --- a/src/common.h +++ b/src/common.h @@ -96,12 +96,6 @@ #endif #include -// Workarounds for missing definitions in very old versions of X headers, -// thanks to consolers for reporting -#ifndef PictOpDifference -#define PictOpDifference 0x39 -#endif - // libdbus #ifdef CONFIG_DBUS #include