mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +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
|
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…
x
Reference in New Issue
Block a user