summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DevTools/HackStudio/Locator.cpp5
-rw-r--r--DevTools/HackStudio/Locator.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/DevTools/HackStudio/Locator.cpp b/DevTools/HackStudio/Locator.cpp
index afa7ad20cb..e3ea657c7a 100644
--- a/DevTools/HackStudio/Locator.cpp
+++ b/DevTools/HackStudio/Locator.cpp
@@ -156,11 +156,6 @@ void Locator::close()
m_popup_window->hide();
}
-void Locator::keydown_event(GKeyEvent& event)
-{
- GWidget::keydown_event(event);
-}
-
void Locator::update_suggestions()
{
auto typed_text = m_textbox->text();
diff --git a/DevTools/HackStudio/Locator.h b/DevTools/HackStudio/Locator.h
index 38759a0773..89c2dfa681 100644
--- a/DevTools/HackStudio/Locator.h
+++ b/DevTools/HackStudio/Locator.h
@@ -15,8 +15,6 @@ public:
void close();
private:
- virtual void keydown_event(GKeyEvent&) override;
-
void update_suggestions();
void open_suggestion(const GModelIndex&);