Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 22, 2022
1 parent 9cec1d5 commit 1f6dba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UI/DisplayLayoutScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ void DisplayLayoutScreen::CreateViews() {
root_->Add(mode_);
}
if (label) {
// root_->Add(label);
delete label;
root_->Add(label);
}

static const char *zoomLevels[] = { "Stretching", "Partial Stretch", "Auto Scaling", "Manual Scaling" };
Expand Down

0 comments on commit 1f6dba9

Please sign in to comment.