diff options
Diffstat (limited to 'framework/src/domain/documenthandler.h')
-rw-r--r-- | framework/src/domain/documenthandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/domain/documenthandler.h b/framework/src/domain/documenthandler.h index 74b7c4f9..24b3b35f 100644 --- a/framework/src/domain/documenthandler.h +++ b/framework/src/domain/documenthandler.h | |||
@@ -145,9 +145,6 @@ private: | |||
145 | int m_cursorPosition; | 145 | int m_cursorPosition; |
146 | int m_selectionStart; | 146 | int m_selectionStart; |
147 | int m_selectionEnd; | 147 | int m_selectionEnd; |
148 | |||
149 | QFont m_font; | ||
150 | int m_fontSize; | ||
151 | }; | 148 | }; |
152 | 149 | ||
153 | #endif // DOCUMENTHANDLER_H | 150 | #endif // DOCUMENTHANDLER_H |