From 074f4857b00ea9d708c3256fca456812e2595798 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 13 Feb 2024 20:54:45 +0100 Subject: [PATCH] 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 Part-of: --- dbe/dbe.c | 1 - dbe/dbestruct.h | 1 - 2 files changed, 2 deletions(-) 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 #include "windowstr.h" #include "privates.h"