removed some macro use

This commit is contained in:
Turanszki Janos
2020-03-07 19:25:30 +00:00
parent d95dfa7ef2
commit c9c03b2d48
25 changed files with 60 additions and 86 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ SoundWindow::~SoundWindow()
{
soundWindow->RemoveWidgets(true);
GUI->RemoveWidget(soundWindow);
SAFE_DELETE(soundWindow);
delete soundWindow;
}