diff options
| -rw-r--r-- | otk/display.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/display.cc b/otk/display.cc index c1d6c61e..33dca01b 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -93,7 +93,6 @@ void OBDisplay::initialize(char *name) (void)junk; // Open the X display - printf("getenv(DISPLAY)=%s\n", getenv("DISPLAY")); if (!(display = XOpenDisplay(name))) { printf(_("Unable to open connection to the X server. Please set the \n\ DISPLAY environment variable approriately, or use the '-display' command \n\ |
