removed obsolete comment
authorRobert Manea <gotmor@gmail.com>
Wed, 29 Jul 2009 20:54:13 +0000 (22:54 +0200)
committerRobert Manea <gotmor@gmail.com>
Wed, 29 Jul 2009 20:54:13 +0000 (22:54 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 006b778..facbf0c 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -88,8 +88,6 @@ enum ptr_type {TYPE_INT, TYPE_STR, TYPE_FLOAT};
 
 /* associate command names to their properties */
 typedef struct {
-    /* TODO: Make this ambiguous void **ptr into a union { char *char_p; int *int_p; float *float_p; } val;
-             the PTR() macro is kind of preventing this change at the moment. */
     enum ptr_type type;
     union {
         int *i;