Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-07 20:38:35 +0000
committerStijn Buys <ingar@osirion.org>2008-10-07 20:38:35 +0000
commite3b810e1fe8ced1e0245f8d999bdc9136cfcdc70 (patch)
tree28638d4c2af788ed9971148c39c891f02378e14a /src/ui/ui.cc
parentbc50666e86d5739ccde633eb630cc75b3e0fcb71 (diff)
fixes illegal delete()
Diffstat (limited to 'src/ui/ui.cc')
-rw-r--r--src/ui/ui.cc2
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()