yaft: remove unused DCS code artifacts

Origin commit data
------------------
Commit: 96cf821080
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-28 (Sun, 28 Jan 2018)
This commit is contained in:
Stefan Seyfried
2018-01-28 20:34:23 +01:00
committed by vanhofen
parent d9f1078cc8
commit b33fc3a25a
2 changed files with 1 additions and 7 deletions

View File

@@ -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();

View File

@@ -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 {