diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:39:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:39:35 +0000 |
| commit | 3a8af58b19891cc8d12642229a690b3b4e5bc58b (patch) | |
| tree | 619a0aacc71fc41c9a36ce51d6d214373b409c4d | |
| parent | de4a388a93322f80852e97880ff45f438dfaff47 (diff) | |
change commented code
| -rw-r--r-- | src/openbox.cc | 2 |
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(); |
