xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 29 01:14:59 UTC 2024


 dbe/dbe.c       |    1 -
 dbe/dbestruct.h |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 074f4857b00ea9d708c3256fca456812e2595798
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Tue Feb 13 20:54:45 2024 +0100

    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 at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1339>

diff --git a/dbe/dbe.c b/dbe/dbe.c
index cdab3e9e5..882c327b6 100644
--- a/dbe/dbe.c
+++ b/dbe/dbe.c
@@ -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"
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h
index ce99fbea8..ef08118c0 100644
--- a/dbe/dbestruct.h
+++ b/dbe/dbestruct.h
@@ -35,7 +35,6 @@
 
 /* INCLUDES */
 
-#define NEED_DBE_PROTOCOL
 #include <X11/extensions/dbeproto.h>
 #include "windowstr.h"
 #include "privates.h"


More information about the xorg-commit mailing list