summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Ladybird/WebContentView.cpp')
-rw-r--r--Ladybird/WebContentView.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Ladybird/WebContentView.cpp b/Ladybird/WebContentView.cpp
index 9655eed292..1709592170 100644
--- a/Ladybird/WebContentView.cpp
+++ b/Ladybird/WebContentView.cpp
@@ -925,11 +925,6 @@ void WebContentView::notify_server_did_request_dismiss_dialog(Badge<WebContentCl
m_dialog->reject();
}
-void WebContentView::get_source()
-{
- client().async_get_source();
-}
-
void WebContentView::notify_server_did_get_source(AK::URL const& url, DeprecatedString const& source)
{
emit got_source(url, qstring_from_ak_deprecated_string(source));