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 c117699b..36c7f52f 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -110,7 +110,6 @@ line argument.\n\n")); // set the DISPLAY environment variable for any lauched children, to the // display we're using, so they open in the right place. - // XXX rm -> std::string dtmp = "DISPLAY=" + DisplayString(display); putenv(std::string("DISPLAY=") + DisplayString(display)); // find the availability of X extensions we like to use |
