summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-12 11:34:06 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-05-12 11:34:06 -0700
commitfe2279440450c795d67ba5a2234b0797d0bfe39c (patch)
tree2f74685875b6df67687f5eb8dd242214afaff1a6
parent4ee20bf39527a9a32a077df6703cbe1c06dae236 (diff)
Don't need the fink-friendly printf in the DDX anymore.
-rw-r--r--hw/xquartz/darwin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 9f6923cc8..d1e3b6fa5 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -153,7 +153,6 @@ DarwinPrintBanner(void)
{
// this should change depending on which specific server we are building
ErrorF("Xquartz starting:\n");
- ErrorF("X.org Release 7.2\n"); // This is here to help fink until they fix their packages.
ErrorF("X.Org X Server %s\nBuild Date: %s\n", XSERVER_VERSION, BUILD_DATE );
}