aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-05 12:22:59 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-05 12:22:59 +0200
commit3d37212af16dee6c6dc8031f5b89c891d2271c4a (patch)
tree1d282f5287734fc13e0c3e0176c12a214adce9af /uzbl-core.h
parente63aff702c6adbb6ed7d7c7ac7ae795d5485ccea (diff)
move webinspector code to a separate file
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;