diff --git a/src/Vt102Emulation.cpp b/src/Vt102Emulation.cpp index 182b1e6e..a0a8a42f 100644 --- a/src/Vt102Emulation.cpp +++ b/src/Vt102Emulation.cpp @@ -1021,7 +1021,6 @@ void Vt102Emulation::processSessionAttributeRequest(const int tokenSize, const u int i; /* clang-format off */ - // skip first two characters (ESC, ']') for (i = 0; i < tokenSize && tokenBuffer[i] >= '0' && tokenBuffer[i] <= '9'; i++)