Remove unused text_info widget (#1955)

This commit is contained in:
Mark Thompson 2024-03-07 11:29:13 -06:00 committed by GitHub
parent 2648f18b12
commit 1fbfdbccf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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},
""};