summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-20 16:42:11 -0400
committerLioncash <mathew1800@gmail.com>2018-05-20 16:42:13 -0400
commit437c954b605ca0fd1acef773c7bbdf534e2e2c93 (patch)
tree1b0765b56df1bbec264ac898c338521d1481d479 /Source
parent7563c82162cf0924f81f00161fae9ae583b46c5d (diff)
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).
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt2/Config/GeckoCodeWidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h b/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
index 4c13d10ba5..1f84907641 100644
--- a/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
+++ b/Source/Core/DolphinQt2/Config/GeckoCodeWidget.h
@@ -36,7 +36,6 @@ signals:
private:
void OnSelectionChanged();
void OnItemChanged(QListWidgetItem* item);
- void OnDelete();
void CreateWidgets();
void ConnectWidgets();