DolphinQt/GameConfigEdit: Remove unimplemented SetReadOnly() member function
This isn't implemented anywhere, so we can remove this prototype.
This commit is contained in:
parent
c69cbceb59
commit
2fd628d017
|
@ -34,8 +34,6 @@ private:
|
|||
void OnAutoComplete(const QString& completion);
|
||||
void OpenExternalEditor();
|
||||
|
||||
void SetReadOnly(bool read_only);
|
||||
|
||||
QString GetTextUnderCursor();
|
||||
|
||||
void AddBoolOption(QMenu* menu, const QString& name, const QString& section, const QString& key);
|
||||
|
|
Loading…
Reference in New Issue