diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-05-12 11:34:06 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-05-14 01:15:54 -0700 |
commit | b37e1f1f5ccc5a48df665449b0e31c4d25cc323c (patch) | |
tree | 11e8553b732bec43a6e628eff940f813ee870c65 | |
parent | 7cdc19b29d93bf15cecfd6b69e269fab2501bca0 (diff) |
Don't need the fink-friendly printf in the DDX anymore.
(cherry picked from commit fe2279440450c795d67ba5a2234b0797d0bfe39c)
-rw-r--r-- | hw/xquartz/darwin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c index f20cce127..4f3553393 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 ); } |