Skip to content

Commit

Permalink
Remove unused text_info widget (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotherNgineer committed Mar 7, 2024
1 parent 2648f18 commit 1fbfdbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions firmware/application/ui_navigation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,6 @@ class BMPView : public View {
void focus() override;

private:
Text text_info{
{4 * 8, 284, 20 * 8, 16},
"Version " VERSION_STRING};

Button button_done{
{240, 0, 1, 1},
""};
Expand Down

0 comments on commit 1fbfdbc

Please sign in to comment.