commit aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0 parent 4bad0d92c9380714ef2908425717e8accff54af9 Author: Enno Boland (tox) <tox@s01.de> Date: Mon, 14 Sep 2009 14:41:35 +0200 removing unneeded types from union Arg Diffstat:
tabbed.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tabbed.c b/tabbed.c @@ -43,8 +43,6 @@ XEMBED_ACTIVATE_ACCELERATOR = 14, typedef union { int i; - unsigned int ui; - float f; const void *v; } Arg;