mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
DolphinQt/GameConfigEdit: Remove unimplemented SetReadOnly() member function
This isn't implemented anywhere, so we can remove this prototype.
This commit is contained in:
@ -34,8 +34,6 @@ private:
|
|||||||
void OnAutoComplete(const QString& completion);
|
void OnAutoComplete(const QString& completion);
|
||||||
void OpenExternalEditor();
|
void OpenExternalEditor();
|
||||||
|
|
||||||
void SetReadOnly(bool read_only);
|
|
||||||
|
|
||||||
QString GetTextUnderCursor();
|
QString GetTextUnderCursor();
|
||||||
|
|
||||||
void AddBoolOption(QMenu* menu, const QString& name, const QString& section, const QString& key);
|
void AddBoolOption(QMenu* menu, const QString& name, const QString& section, const QString& key);
|
||||||
|
Reference in New Issue
Block a user