forked from mirror/openmw-tes3mp
Remove unused CSVWorld::ScriptEdit::setMonoFont
This commit is contained in:
parent
30493545f1
commit
e6ab3a4ba9
2 changed files with 0 additions and 9 deletions
|
@ -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
|
bool CSVWorld::ScriptEdit::isChangeLocked() const
|
||||||
{
|
{
|
||||||
return mChangeLocked!=0;
|
return mChangeLocked!=0;
|
||||||
|
|
|
@ -72,7 +72,6 @@ namespace CSVWorld
|
||||||
void lineNumberAreaPaintEvent(QPaintEvent *event);
|
void lineNumberAreaPaintEvent(QPaintEvent *event);
|
||||||
int lineNumberAreaWidth();
|
int lineNumberAreaWidth();
|
||||||
void showLineNum(bool show);
|
void showLineNum(bool show);
|
||||||
void setMonoFont(bool show);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue