From c11b55f3c0c64645bca964aece825de0bdd92b1f Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Fri, 23 Apr 2021 02:15:30 -0700 Subject: [PATCH] rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined) Signed-off-by: Jeremy Huddleston Sequoia --- miext/rootless/rootlessScreen.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/miext/rootless/rootlessScreen.c b/miext/rootless/rootlessScreen.c index a99a2d158..79fe3507b 100644 --- a/miext/rootless/rootlessScreen.c +++ b/miext/rootless/rootlessScreen.c @@ -51,11 +51,6 @@ #include "rootlessCommon.h" #include "rootlessWindow.h" -/* In milliseconds */ -#ifndef ROOTLESS_REDISPLAY_DELAY -#define ROOTLESS_REDISPLAY_DELAY 10 -#endif - extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, VTKind kind); extern Bool RootlessCreateGC(GCPtr pGC);