mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
vt: always disable state_names[] array
It isn't used anywhere, even with LOG_ENABLE_DBG
This commit is contained in:
parent
95eaad7ce4
commit
5d763b9e12
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -71,7 +71,7 @@ enum action {
|
||||||
ACTION_UTF8_PRINT,
|
ACTION_UTF8_PRINT,
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(_DEBUG) && defined(LOG_ENABLE_DBG) && LOG_ENABLE_DBG
|
#if defined(_DEBUG) && defined(LOG_ENABLE_DBG) && LOG_ENABLE_DBG && 0
|
||||||
static const char *const state_names[] = {
|
static const char *const state_names[] = {
|
||||||
[STATE_SAME] = "no change",
|
[STATE_SAME] = "no change",
|
||||||
[STATE_GROUND] = "ground",
|
[STATE_GROUND] = "ground",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue