diff --git a/src/gui/widget/yaft/ctrlseq/esc.cpp b/src/gui/widget/yaft/ctrlseq/esc.cpp index 86e98cbac..5b97557c8 100644 --- a/src/gui/widget/yaft/ctrlseq/esc.cpp +++ b/src/gui/widget/yaft/ctrlseq/esc.cpp @@ -108,12 +108,7 @@ void YaFT_p::enter_osc(void) { esc.state = STATE_OSC; } -#if 0 -void YaFT_p::enter_dcs(void) -{ - esc.state = STATE_DCS; -} -#endif + void YaFT_p::ris(void) { reset(); diff --git a/src/gui/widget/yaft/yaft_priv.h b/src/gui/widget/yaft/yaft_priv.h index 869657e28..d82bdc9a7 100644 --- a/src/gui/widget/yaft/yaft_priv.h +++ b/src/gui/widget/yaft/yaft_priv.h @@ -108,7 +108,6 @@ class YaFT_p STATE_ESC = 0x01, /* 0x1B, \033, ESC */ STATE_CSI = 0x02, /* ESC [ */ STATE_OSC = 0x04, /* ESC ] */ - STATE_DCS = 0x08, /* ESC P */ }; enum char_attr {