Merge pull request #6923 from lioncash/prototype

DolphinQt2/GeckoCodeWidget: Remove unimplemented OnDelete() prototype
This commit is contained in:
Léo Lam 2018-05-20 23:02:26 +02:00 committed by GitHub
commit 73fde6d84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ signals:
private:
void OnSelectionChanged();
void OnItemChanged(QListWidgetItem* item);
void OnDelete();
void CreateWidgets();
void ConnectWidgets();