remove unused variables

wilder-portage
Kurt Hindenburg 8 years ago
parent 88b9cf197f
commit c16b26d024
  1. 3
      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

Loading…
Cancel
Save