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