Remove unused definition

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2018-10-02 19:56:06 +02:00
parent cad786c025
commit 385ba2cdf6
1 changed files with 0 additions and 6 deletions

View File

@ -96,12 +96,6 @@
#endif
#include <pixman.h>
// 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 <dbus/dbus.h>