summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-09-05 14:44:51 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-09-05 14:44:51 -0700
commitd2d06305e1834548edd8a647564efa222a511b53 (patch)
treed5f2228fbe1639d2b56bb5be9cdcedc566ac3874 /utils.h
parentacd277d7fd48ccfd8ef2ca052b4e144ee95a5d94 (diff)
downloadxorg-app-xkbcomp-d2d06305e1834548edd8a647564efa222a511b53.tar.gz
Remove #if 0'd typedef that appears nowhere else.
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils.h b/utils.h
index 0f38052..7e277c8 100644
--- a/utils.h
+++ b/utils.h
@@ -70,16 +70,6 @@ typedef int Comparison;
#define comparisonText(c) ((c)?((c)<0?"Less":"Greater"):"Equal")
#endif
-#if 0
-typedef union
-{
- int i;
- unsigned u;
- void *p;
- void *(*fp) ();
-} Union;
-#endif
-
/***====================================================================***/
extern Opaque uAlloc(unsigned /* size */