]> Dogcows Code - chaz/openbox/blobdiff - otk/display.cc
ustring seems to be working! yay!
[chaz/openbox] / otk / display.cc
index c117699b39ca8f4baf6c4430c829974477efc6ca..36c7f52f86e9e479a28d032c54ddba3d7d5c9623 100644 (file)
@@ -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
This page took 0.023056 seconds and 4 git commands to generate.