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:
parent
30493545f1
commit
e6ab3a4ba9
@ -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;
|
||||
|
@ -72,7 +72,6 @@ namespace CSVWorld
|
||||
void lineNumberAreaPaintEvent(QPaintEvent *event);
|
||||
int lineNumberAreaWidth();
|
||||
void showLineNum(bool show);
|
||||
void setMonoFont(bool show);
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user