aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-07 16:49:47 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-07 16:49:47 +0200
commit5a9b220413079bb01b4685d6ed7237e278f2ca42 (patch)
treef274883183baa6b1cee70413c06bfa4751fdcd86 /uzbl-core.h
parentc1bd568948ac8efb69c01cd6425cf6708fad8d9a (diff)
removed modkey functionality
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index a274060..01eef08 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -110,7 +110,6 @@ typedef struct {
gboolean insert_mode;
gboolean status_top;
gboolean reset_command_mode;
- gchar* modkey;
guint modmask;
guint http_debug;
gchar* shell_cmd;
@@ -574,9 +573,6 @@ void
cmd_socket_dir();
void
-cmd_modkey();
-
-void
cmd_useragent() ;
void