mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 22:02:09 +08:00
ui: delete the variable do_exit that is no longer used (#19551)
old-commit-hash: ff0d9c074f41eac949aca841b219fc6dd1d547a6
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#include "ui.hpp"
|
||||
#include "paint.hpp"
|
||||
|
||||
extern volatile sig_atomic_t do_exit;
|
||||
|
||||
int write_param_float(float param, const char* param_name, bool persistent_param) {
|
||||
char s[16];
|
||||
int size = snprintf(s, sizeof(s), "%f", param);
|
||||
|
||||
Reference in New Issue
Block a user