diff --git a/device/textstream.h b/device/textstream.h index ede4774..f8b7eac 100644 --- a/device/textstream.h +++ b/device/textstream.h @@ -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; };