dbe: drop obsolete NEED_DBE_PROTOCOL
this symbol isn't used anymore ... can't even find it's use in git history. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1339>
This commit is contained in:
parent
f2f6eaaa87
commit
074f4857b0
|
@ -45,7 +45,6 @@
|
|||
#include "extinit.h"
|
||||
#include "gcstruct.h"
|
||||
#include "dixstruct.h"
|
||||
#define NEED_DBE_PROTOCOL
|
||||
#include "dbestruct.h"
|
||||
#include "midbe.h"
|
||||
#include "xace.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
/* INCLUDES */
|
||||
|
||||
#define NEED_DBE_PROTOCOL
|
||||
#include <X11/extensions/dbeproto.h>
|
||||
#include "windowstr.h"
|
||||
#include "privates.h"
|
||||
|
|
Loading…
Reference in New Issue