1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 12:40:04 +00:00

Remove unused CSVWorld::ScriptEdit::setMonoFont

This commit is contained in:
Rob Cutmore 2016-04-17 06:57:02 -04:00
parent 30493545f1
commit e6ab3a4ba9
2 changed files with 0 additions and 9 deletions

View File

@ -121,14 +121,6 @@ void CSVWorld::ScriptEdit::showLineNum(bool show)
}
}
void CSVWorld::ScriptEdit::setMonoFont(bool show)
{
if(show)
setFont(mMonoFont);
else
setFont(mDefaultFont);
}
bool CSVWorld::ScriptEdit::isChangeLocked() const
{
return mChangeLocked!=0;

View File

@ -72,7 +72,6 @@ namespace CSVWorld
void lineNumberAreaPaintEvent(QPaintEvent *event);
int lineNumberAreaWidth();
void showLineNum(bool show);
void setMonoFont(bool show);
protected: