Remove unused definition
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
cad786c025
commit
385ba2cdf6
|
@ -96,12 +96,6 @@
|
||||||
#endif
|
#endif
|
||||||
#include <pixman.h>
|
#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
|
// libdbus
|
||||||
#ifdef CONFIG_DBUS
|
#ifdef CONFIG_DBUS
|
||||||
#include <dbus/dbus.h>
|
#include <dbus/dbus.h>
|
||||||
|
|
Loading…
Reference in New Issue