aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-29 23:25:06 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-29 23:25:06 +0300
commit9ede5b7d9622e4468b917ce552dc43871a3bfb98 (patch)
tree0641077ac35a8a9b6b4fe4e26d367c5d679e27e6 /uzbl.h
parent816fa0aaf162542eaedfcad4ec91a966bc349523 (diff)
Remove ACT command, remove regexes as they're no longer used.
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/uzbl.h b/uzbl.h
index a78a79e..6ab31f6 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -93,8 +93,6 @@ typedef struct {
gchar *socket_path;
/* stores (key)"variable name" -> (value)"pointer to this var*/
GHashTable *proto_var;
- /* command parsing regexes */
- GRegex *act_regex;
gchar *sync_stdout;
} Communication;