summaryrefslogtreecommitdiff
path: root/src/mga_map.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-03-20 19:12:50 +0000
committerAdam Jackson <ajax@nwnk.net>2006-03-20 19:12:50 +0000
commit88ece3c37c4ed529686b6cdea1bf9b6eed8fceea (patch)
treeb77f097e1d11610306339690a8eb40956a4f86dc /src/mga_map.h
parent089c7be83d6cace94a692ec46a4c3a05b32fd4f4 (diff)
Bug #5587: Refactor mga_storm.c to only build once for all color depths.
(Ian Romanick)
Diffstat (limited to 'src/mga_map.h')
-rw-r--r--src/mga_map.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mga_map.h b/src/mga_map.h
deleted file mode 100644
index b41ca69..0000000
--- a/src/mga_map.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_map.h,v 1.2 2001/07/25 15:05:06 dawes Exp $ */
-
-#if !defined(UNIXCPP) || defined(ANSICPP)
-#define CATNAME(prefix,subname) prefix##subname
-#else
-#define CATNAME(prefix,subname) prefix/**/subname
-#endif
-
-#if PSZ == 8
-#define MGANAME(subname) CATNAME(Mga8,subname)
-#elif PSZ == 16
-#define MGANAME(subname) CATNAME(Mga16,subname)
-#elif PSZ == 24
-#define MGANAME(subname) CATNAME(Mga24,subname)
-#elif PSZ == 32
-#define MGANAME(subname) CATNAME(Mga32,subname)
-#endif