removed unneccesary textstream member vars

This commit is contained in:
Simon
2025-04-26 18:43:59 +02:00
parent 4a537711e4
commit 6b2d3dc8ed

View File

@@ -40,10 +40,4 @@ class TextStream: public OutputStream, protected TextWindow {
*/
void flush();
private:
unsigned from_col;
unsigned to_col;
unsigned from_row;
unsigned to_row;
bool use_cursor;
};