diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-09-14 14:41:35 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-09-14 14:41:35 +0200 |
| commit | aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0 (patch) | |
| tree | 168812477f2daa3bb246affaf14661aa0b38a877 | |
| parent | 4bad0d92c9380714ef2908425717e8accff54af9 (diff) | |
| download | tabbed-aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0.tar.gz | |
removing unneeded types from union Arg
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ XEMBED_ACTIVATE_ACCELERATOR = 14, typedef union { int i; - unsigned int ui; - float f; const void *v; } Arg; |