remove old vars

This commit is contained in:
MX 2023-08-15 08:37:56 +03:00
parent fb2c65721b
commit aeadaef7c9
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -74,9 +74,6 @@ struct Desktop {
FuriTimer* update_clock_timer;
FuriPubSub* status_pubsub;
uint8_t hour;
uint8_t minute;
bool clock_type : 1; // true - 24h false - 12h
uint8_t time_hour;
uint8_t time_minute;