summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-02 23:39:35 +0000
committerDana Jansens <danakj@orodu.net>2003-02-02 23:39:35 +0000
commit3a8af58b19891cc8d12642229a690b3b4e5bc58b (patch)
tree619a0aacc71fc41c9a36ce51d6d214373b409c4d /src/openbox.cc
parentde4a388a93322f80852e97880ff45f438dfaff47 (diff)
change commented code
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index b1fc1c54..bd72ea9f 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -213,7 +213,7 @@ Openbox::~Openbox()
// this tends to block.. i honestly am not sure why. causing an x error in
// the shutdown process unblocks it. blackbox simply did a ::exit(0), so
// all im gunna do is the same.
- //otk::display->destroy();
+ //delete _display;
otk::Timer::destroy();
otk::RenderColor::destroy();