From 25645b10da23df03b84989f2ff7e910f0c2069f6 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 30 Oct 2010 12:38:58 +0900 Subject: ephy-web-view: remove ge-dom-mouse signals They are not even emitted anymore, and are unused. --- embed/ephy-web-view.c | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'embed/ephy-web-view.c') diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 8252adc9e..4d84dc003 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1461,39 +1461,6 @@ ephy_web_view_class_init (EphyWebViewClass *klass) G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE, G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE, G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE); -/** - * EphyWebView::ge-dom-mouse-click: - * @view: the #EphyWebView that received the signal - * @event: the #EphyEmbedEvent which triggered this signal - * - * The ::ge_dom_mouse_click signal is emitted when the user clicks in the @view. - **/ - g_signal_new ("ge_dom_mouse_click", - EPHY_TYPE_WEB_VIEW, - G_SIGNAL_RUN_LAST, - G_STRUCT_OFFSET (EphyWebViewClass, dom_mouse_click), - g_signal_accumulator_true_handled, NULL, - ephy_marshal_BOOLEAN__OBJECT, - G_TYPE_BOOLEAN, - 1, - G_TYPE_OBJECT); -/** - * EphyWebView::ge-dom-mouse-down: - * @view: the #EphyWebView that received the signal - * @event: the #EphyEmbedEvent which triggered this signal - * - * The ::ge_dom_mouse_down signal is emitted when the user depresses a mouse - * button. - **/ - g_signal_new ("ge_dom_mouse_down", - EPHY_TYPE_WEB_VIEW, - G_SIGNAL_RUN_LAST, - G_STRUCT_OFFSET (EphyWebViewClass, dom_mouse_down), - g_signal_accumulator_true_handled, NULL, - ephy_marshal_BOOLEAN__OBJECT, - G_TYPE_BOOLEAN, - 1, - G_TYPE_OBJECT); /** * EphyWebView::ge-modal-alert: * @view: the #EphyWebView that received the signal -- cgit v1.2.3