URI:
       removing unneeded types from union Arg - tabbed - my small fork of tabbed
  HTML git clone https://git.drkhsh.at/tabbed.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0
   DIR parent 4bad0d92c9380714ef2908425717e8accff54af9
  HTML Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 14 Sep 2009 14:41:35 +0200
       
       removing unneeded types from union Arg
       Diffstat:
         M 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,
        
        typedef union {
                int i;
       -        unsigned int ui;
       -        float f;
                const void *v;
        } Arg;