summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-04-23 02:15:30 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-06-13 22:01:04 -0700
commitc11b55f3c0c64645bca964aece825de0bdd92b1f (patch)
tree44cd0421dd26371b9fb4a2547083ccc72be69db7 /miext
parentdc8162d5f0552ed1ab7c21692bcabf45b48c6467 (diff)
rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'miext')
-rw-r--r--miext/rootless/rootlessScreen.c5
1 files changed, 0 insertions, 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);