From c16b26d024b9da51d71d0d549245f87ff289ab97 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sun, 1 Apr 2018 12:06:11 -0400 Subject: [PATCH] remove unused variables --- src/TerminalDisplay.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/TerminalDisplay.h b/src/TerminalDisplay.h index c17275ff..acc66f5d 100644 --- a/src/TerminalDisplay.h +++ b/src/TerminalDisplay.h @@ -896,9 +896,6 @@ private: int _fontAscent; // ascend bool _boldIntense; // Whether intense colors should be rendered with bold font - int _leftMargin; // offset - int _topMargin; // offset - int _lines; // the number of lines that can be displayed in the widget int _columns; // the number of columns that can be displayed in the widget