mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
DolphinQt2/GeckoCodeWidget: Remove unimplemented OnDelete() prototype
Tidies up the interface a little (and prevents a linker error from occurring in the future, should it ever have been called).
This commit is contained in:
parent
7563c82162
commit
437c954b60
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ signals:
|
|||
private:
|
||||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnDelete();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue