Remove: A few bits of dead code

This commit is contained in:
Charles Pigott
2018-10-14 19:31:14 +01:00
committed by frosch
parent e0c0394e37
commit 52ed3bcbaa
6 changed files with 4 additions and 22 deletions

View File

@@ -592,7 +592,6 @@ struct MusicTrackSelectionWindow : public Window {
break;
default:
NOT_REACHED();
break;
}
}
};