Index: Source/web/WebNotification.cpp |
diff --git a/Source/web/WebNotification.cpp b/Source/web/WebNotification.cpp |
index 7afed14912040f271ce6780b7885c2b094eec978..caec7f36a37bed63ff9dc92507d3c3955ce531d1 100644 |
--- a/Source/web/WebNotification.cpp |
+++ b/Source/web/WebNotification.cpp |
@@ -102,11 +102,6 @@ WebString WebNotification::replaceId() const |
return m_private->tag(); |
} |
-void WebNotification::detachPresenter() |
-{ |
- m_private->detachPresenter(); |
-} |
- |
void WebNotification::dispatchDisplayEvent() |
{ |
m_private->dispatchShowEvent(); |