removed comment
authorRobert Manea <gotmor@gmail.com>
Mon, 18 May 2009 06:55:37 +0000 (08:55 +0200)
committerRobert Manea <gotmor@gmail.com>
Mon, 18 May 2009 06:55:37 +0000 (08:55 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 899a923..1e492b3 100644 (file)
--- 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);