aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-07-29 22:54:13 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-07-29 22:54:13 +0200
commit818eb5b0cfb22ff2dbe839ca6c0d1ca31d7f7e8f (patch)
tree7b28300328eeb02dd9141f6c08e34fba3430d29a /uzbl.c
parentaf5e41077e2f48af2f5fd20fd359ebb4559652d7 (diff)
removed obsolete comment
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uzbl.c b/uzbl.c
index 006b778..facbf0c 100644
--- 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;