summaryrefslogtreecommitdiffstats
path: root/tabbed.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-14 14:41:35 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-14 14:41:35 +0200
commitaa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0 (patch)
tree168812477f2daa3bb246affaf14661aa0b38a877 /tabbed.c
parent4bad0d92c9380714ef2908425717e8accff54af9 (diff)
downloadtabbed-aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0.tar.gz
removing unneeded types from union Arg
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tabbed.c b/tabbed.c
index dc6d8ed..e0dbc51 100644
--- 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;