aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-05-18 08:55:37 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-05-18 08:55:37 +0200
commit642f4c88bdbcf22e97fc7e39d92f0b99e1cadabd (patch)
tree183b1ea6e477f5efbdce518718e42eee5a61098f /uzbl.c
parent72da394bf6c585e8b61a5a3d34f2c17a00b7a271 (diff)
removed comment
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uzbl.c b/uzbl.c
index 899a923..1e492b3 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -1507,9 +1507,6 @@ add_binding (const gchar *key, const gchar *act) {
printf ("Binding %-10s : %s\n", key, act);
action = new_action(parts[0], parts[1]);
- /* TODO: create hash table with valid destroy functions
- * so we do not leak in this place
- */
g_hash_table_replace(uzbl.bindings, g_strdup(key), action);
g_strfreev(parts);