From 818eb5b0cfb22ff2dbe839ca6c0d1ca31d7f7e8f Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Wed, 29 Jul 2009 22:54:13 +0200 Subject: removed obsolete comment --- uzbl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'uzbl.c') 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; -- cgit v1.2.3