Removed the fancy folding bar

The improved traditional bar will hopefully keep everybody happy.
This commit is contained in:
Thorbjørn Lindeijer
2009-05-04 12:04:40 +02:00
parent 3236678c7b
commit baeb67133b
5 changed files with 5 additions and 141 deletions

View File

@@ -54,7 +54,6 @@ struct TEXTEDITOR_EXPORT DisplaySettings
bool m_highlightCurrentLine;
bool m_highlightBlocks;
bool m_animateMatchingParentheses;
bool m_fancyFoldingBar;
bool equals(const DisplaySettings &ds) const;
};