mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-07 16:35:25 -05:00
Remove now-unnecessary continue statement
This commit is contained in:
@@ -111,7 +111,6 @@ void pruneLogDisplays() {
|
||||
if (!display.statusBar) {
|
||||
// Status bar was deleted externally, remove entry from the list.
|
||||
it.remove();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user