mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
code cleanup: no need for default if we test every case
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7ab35f7858
commit
77d7e550fe
1 changed files with 0 additions and 1 deletions
|
@ -1236,7 +1236,6 @@ void MainWindow::enterState(CurrentState newState)
|
|||
on_actionViewProfile_triggered();
|
||||
break;
|
||||
case EDIT:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue