removing unneeded types from union Arg - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0
 (DIR) parent 4bad0d92c9380714ef2908425717e8accff54af9
 (HTM) 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(-)
       ---
 (DIR) diff --git a/tabbed.c b/tabbed.c
       @@ -43,8 +43,6 @@ XEMBED_ACTIVATE_ACCELERATOR = 14,
        
        ttypedef union {
                int i;
       -        unsigned int ui;
       -        float f;
                const void *v;
        } Arg;