Browse Source

Remove unused private member from ctkConsole

Christopher Mullins 13 years ago
parent
commit
b15d8ce851
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Libs/Widgets/ctkConsole_p.h

+ 0 - 3
Libs/Widgets/ctkConsole_p.h

@@ -163,9 +163,6 @@ public:
   /// Secondary prompt
   QString Ps2;
 
-  /// Font of all text in shell
-  QFont ShellFont;
-
   ctkConsole::EditorHints EditorHints;
 
   bool ScrollbarAtBottom;