texteditor.h
changeset 486 9c86935835a4
parent 442 dfbc371b7280
child 498 2c40ff8ca7ba
     1.1 --- a/texteditor.h	Wed May 02 15:31:18 2007 +0000
     1.2 +++ b/texteditor.h	Wed May 02 15:31:20 2007 +0000
     1.3 @@ -14,8 +14,6 @@
     1.4      ~TextEditor();
     1.5  
     1.6  	bool isEmpty();
     1.7 -	void setShowWithMain (bool);
     1.8 -	bool showWithMain ();
     1.9  	void setFontHint(const QString&);
    1.10  	QString getFontHint();
    1.11  	QString getFontHintDefault();
    1.12 @@ -86,7 +84,6 @@
    1.13  	QBrush filledPaper;		// depending on the state
    1.14  	QBrush inactivePaper;	// depending on the state
    1.15  	EditorState state;
    1.16 -	bool showwithmain;		// same visibility as mainwindow?
    1.17  	bool blockChangedSignal;
    1.18  
    1.19  	QFont varFont;