aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 5a32907..f0b60ab 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -422,9 +422,6 @@ update_gui(WebKitWebView *page, GArray *argv, GString *result);
void
event(WebKitWebView *page, GArray *argv, GString *result);
-void
-key_to_event(guint keyval, gint mode);
-
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
typedef struct {
Command function;