From 89b900063ed2856ebb91f93d656af793fdce10df Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 1 Sep 2025 12:49:33 +0200 Subject: [PATCH] xfree86: DGA: remove obsolete comment Forgotten to remove an obsolete comment when ancient DGA-1.0 was removed. Fixes: 46150672643721937a10cff4ad498474b2dc39b8 Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86DGA.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hw/xfree86/common/xf86DGA.c b/hw/xfree86/common/xf86DGA.c index d9db035a84..d97a2910de 100644 --- a/hw/xfree86/common/xf86DGA.c +++ b/hw/xfree86/common/xf86DGA.c @@ -1699,12 +1699,6 @@ ProcXDGACreateColormap(ClientPtr client) return Success; } -/* - * - * Support for the old DGA protocol, used to live in xf86dga.c - * - */ - static int _X_COLD SProcXDGADispatch(ClientPtr client) {