From 3af2a6d1f2eb011f75b3e146ad9d687f499ca9fc Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Mon, 14 Sep 2009 10:55:47 +0200 Subject: removed obsolete key binding code --- uzbl-core.h | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index 5b59c61..b88dd7e 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -140,6 +140,7 @@ typedef struct { gchar* cmd_indicator; gboolean print_version; + /* command list: (key)name -> (value)Command */ /* command list: (key)name -> (value)Command */ GHashTable* commands; /* event lookup: (key)event_id -> (value)event_name */ @@ -174,9 +175,6 @@ typedef struct { Info info; Window xwin; - - /* group bindings: key -> action */ - GHashTable* bindings; } UzblCore; @@ -324,15 +322,6 @@ new_window_load_uri (const gchar * uri); void chain (WebKitWebView *page, GArray *argv, GString *result); -void -keycmd (WebKitWebView *page, GArray *argv, GString *result); - -void -keycmd_nl (WebKitWebView *page, GArray *argv, GString *result); - -void -keycmd_bs (WebKitWebView *page, GArray *argv, GString *result); - void close_uzbl (WebKitWebView *page, GArray *argv, GString *result); @@ -400,9 +389,6 @@ key_release_cb (GtkWidget* window, GdkEventKey* event); void run_keycmd(const gboolean key_ret); -void -exec_paramcmd(const Action* act, const guint i); - void initialize (int argc, char *argv[]); @@ -421,9 +407,6 @@ create_plug (); void run_handler (const gchar *act, const gchar *args); -void -add_binding (const gchar *key, const gchar *act); - /*@null@*/ gchar* get_xdg_var (XDG_Var xdg); @@ -458,15 +441,11 @@ void handle_cookies (SoupSession *session, SoupMessage *msg, gpointer user_data); void -save_cookies (SoupMessage *msg, - gpointer user_data); +save_cookies (SoupMessage *msg, gpointer user_data); void set_var(WebKitWebView *page, GArray *argv, GString *result); -void -act_bind(WebKitWebView *page, GArray *argv, GString *result); - void act_dump_config(); -- cgit v1.2.3