removed unneccesary textstream member vars

main
Simon 6 months ago
parent 4a537711e4
commit 6b2d3dc8ed

@ -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;
};

Loading…
Cancel
Save