Merge pull request #8588 from lioncash/unimplemented-fn
DolphinQt: Remove unimplemented function prototypes
This commit is contained in:
commit
1b90b62e63
|
@ -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);
|
||||
|
|
|
@ -36,8 +36,6 @@ private:
|
|||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
void EditUserConfig();
|
||||
|
||||
void SaveCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
||||
void LoadCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
||||
|
||||
|
|
|
@ -162,7 +162,10 @@ private:
|
|||
void OnBootGameCubeIPL(DiscIO::Region region);
|
||||
void OnImportNANDBackup();
|
||||
void OnConnectWiiRemote(int id);
|
||||
|
||||
#if defined(__unix__) || defined(__unix) || defined(__APPLE__)
|
||||
void OnSignal();
|
||||
#endif
|
||||
|
||||
void OnUpdateProgressDialog(QString label, int progress, int total);
|
||||
|
||||
|
|
|
@ -99,8 +99,6 @@ private:
|
|||
void GameStatusChanged(bool running);
|
||||
void SetOptionsEnabled(bool enabled);
|
||||
|
||||
void SetGame(const QString& game_path);
|
||||
|
||||
void SendMessage(const std::string& message);
|
||||
|
||||
// Chat
|
||||
|
|
Loading…
Reference in New Issue