summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils.h b/utils.h
index 517ff39..0a4484b 100644
--- a/utils.h
+++ b/utils.h
@@ -47,13 +47,6 @@
/***====================================================================***/
-#ifndef OPAQUE_DEFINED
-typedef void *Opaque;
-#endif
-#ifndef NullOpaque
-#define NullOpaque ((Opaque)NULL)
-#endif
-
#ifndef BOOLEAN_DEFINED
typedef char Boolean;
#endif