summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-12-07 12:09:18 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2006-12-07 12:09:18 +0100
commit729fca33a417ae3dfb180caf0ea8946ef9eee1df (patch)
tree55b841aa13bb5ab1d33ae3cd0c644b5c376b9308 /hw
parent4ea6dfb984063117eef5c2f931205b1c3eb3108b (diff)
Revert "xfree86 DDX: Delete DDX screens in ddxGiveUp()."
This reverts commit a6381e69845f58d2b3282992b1f881015190f1bc. See https://bugs.freedesktop.org/show_bug.cgi?id=9224 .
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/common/xf86Init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c
index 68d69c51c..ff878d59c 100644
--- a/hw/xfree86/common/xf86Init.c
+++ b/hw/xfree86/common/xf86Init.c
@@ -1119,9 +1119,6 @@ ddxGiveUp()
DGAShutdown();
#endif
- while (xf86NumScreens)
- xf86DeleteScreen(xf86NumScreens - 1, 0);
-
xf86CloseConsole();
xf86CloseLog();