summaryrefslogtreecommitdiff
path: root/src/osdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osdef.h')
-rw-r--r--src/osdef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/osdef.h b/src/osdef.h
index 0fcdc16..1ad8300 100644
--- a/src/osdef.h
+++ b/src/osdef.h
@@ -52,9 +52,6 @@
#ifndef _SIS_OSDEF_H_
#define _SIS_OSDEF_H_
-/* The choices are: */
-#define SIS_XORG_XF86 /* XFree86/X.org */
-
#ifdef OutPortByte
#undef OutPortByte
#endif
@@ -83,8 +80,6 @@
/* XFree86/X.org */
/**********************************************************************/
-#ifdef SIS_XORG_XF86
-
#define SIS300
#define SIS315H
@@ -96,6 +91,4 @@
#define InPortLong(p) inSISREGL((unsigned long)(p))
#define SiS_SetMemory(MemoryAddress,MemorySize,value) memset(MemoryAddress, value, MemorySize)
-#endif /* XF86 */
-
#endif /* _OSDEF_H_ */