From 2fd628d0171c435a38b128cd93f5398f2540817f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 27 Jan 2020 15:44:50 -0500 Subject: [PATCH] DolphinQt/GameConfigEdit: Remove unimplemented SetReadOnly() member function This isn't implemented anywhere, so we can remove this prototype. --- Source/Core/DolphinQt/Config/GameConfigEdit.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinQt/Config/GameConfigEdit.h b/Source/Core/DolphinQt/Config/GameConfigEdit.h index 203762c66d..72847f73e2 100644 --- a/Source/Core/DolphinQt/Config/GameConfigEdit.h +++ b/Source/Core/DolphinQt/Config/GameConfigEdit.h @@ -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);