mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -36,7 +36,6 @@ signals:
|
|||||||
private:
|
private:
|
||||||
void OnSelectionChanged();
|
void OnSelectionChanged();
|
||||||
void OnItemChanged(QListWidgetItem* item);
|
void OnItemChanged(QListWidgetItem* item);
|
||||||
void OnDelete();
|
|
||||||
|
|
||||||
void CreateWidgets();
|
void CreateWidgets();
|
||||||
void ConnectWidgets();
|
void ConnectWidgets();
|
||||||
|
Reference in New Issue
Block a user