tried to fix sporadic lag when closing menu

This commit is contained in:
louis 2015-05-22 14:53:41 +02:00
parent c4619727c7
commit d405f84b55
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ cDisplayMenuRootView::cDisplayMenuRootView(cTemplateView *rootView) : cView(root
}
cDisplayMenuRootView::~cDisplayMenuRootView() {
CancelSave();
if (view) {
delete view;
view = NULL;