aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2012-04-21 19:29:17 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2012-04-21 19:31:19 -0600
commit808561bb2a5f89a59cb354aea88f5363ef73c40f (patch)
treee6a221d5b15e6438f3655c1c5e5a93c1aea569d0 /src/callbacks.h
parent29d4d3b7952a687b4338ca69a6789739728d8df8 (diff)
remove special handling of the SELECTION_CHANGED event
fixes #296 (primary selection replaces content of clipboard) fixes slow insertion in some textareas (#295 ?)
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index e9240b5..6a10205 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -19,9 +19,6 @@ gboolean
load_error_cb (WebKitWebView* page, WebKitWebFrame* frame, gchar *uri, gpointer web_err, gpointer ud);
void
-selection_changed_cb(WebKitWebView *webkitwebview, gpointer ud);
-
-void
destroy_cb (GtkWidget* widget, gpointer data);
gboolean