diff options
author | Stijn Buys <ingar@osirion.org> | 2008-10-07 20:38:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-10-07 20:38:35 +0000 |
commit | e3b810e1fe8ced1e0245f8d999bdc9136cfcdc70 (patch) | |
tree | 28638d4c2af788ed9971148c39c891f02378e14a /src | |
parent | bc50666e86d5739ccde633eb630cc75b3e0fcb71 (diff) |
fixes illegal delete()
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/ui.cc b/src/ui/ui.cc index d6c53f0..94daf03 100644 --- a/src/ui/ui.cc +++ b/src/ui/ui.cc @@ -279,8 +279,6 @@ void UI::load() UI::~UI() { - if (palette()) - delete palette(); } void UI::list() |