~kris/suckless

tabbed

aa1c1698e2ab4ff1d58ae4233cef68d4fdca18e0 — Enno Boland (tox) 17 years ago 4bad0d9
removing unneeded types from union Arg
1 files changed, 0 insertions(+), 2 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +0 -2
@@ 43,8 43,6 @@ XEMBED_ACTIVATE_ACCELERATOR = 14,

typedef union {
	int i;
	unsigned int ui;
	float f;
	const void *v;
} Arg;