aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-14 10:55:47 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-14 10:55:47 +0200
commit3af2a6d1f2eb011f75b3e146ad9d687f499ca9fc (patch)
tree17d31330a72176de5644ff6f5fda28e5fb0f5241 /uzbl-core.h
parentd0330cba2849f716be672da6183724786dfb3b9b (diff)
removed obsolete key binding code
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 5b59c61..b88dd7e 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -141,6 +141,7 @@ typedef struct {
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 */
GHashTable *event_lookup;
@@ -174,9 +175,6 @@ typedef struct {
Info info;
Window xwin;
-
- /* group bindings: key -> action */
- GHashTable* bindings;
} UzblCore;
@@ -325,15 +323,6 @@ 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);
gboolean
@@ -401,9 +390,6 @@ void
run_keycmd(const gboolean key_ret);
void
-exec_paramcmd(const Action* act, const guint i);
-
-void
initialize (int argc, char *argv[]);
void
@@ -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,16 +441,12 @@ 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();
void