remove useless stuff

This commit is contained in:
Yanis002 2025-07-29 16:12:37 +02:00
parent 8c25400d06
commit f9390cb9cb
1 changed files with 0 additions and 3 deletions

View File

@ -1786,9 +1786,6 @@ void MainWindow::onRAMInfo()
RAMInfoDialog* dlg = RAMInfoDialog::openDlg(this);
}
using Platform::Log;
using Platform::LogLevel;
void MainWindow::onMemView() {
MemViewDialog* dlg = MemViewDialog::openDlg(this);
}