diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-12-01 19:10:55 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-12-01 19:10:55 +0100 |
commit | 10b2202c254b71b8d0da987a225d5e78a030bca4 (patch) | |
tree | 8e3fec3b4942bfdd785197e315ae34259fd01e24 /src/mga.h | |
parent | 00efdc4959a0b240eb2dc7a3188c0ef64b2ad74a (diff) |
Use the XORG_RELEASE_VERSION autoconf macro.
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -154,9 +154,6 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define MGA_C_NAME MGA #define MGA_MODULE_DATA mgaModuleData #define MGA_DRIVER_NAME "mga" -#define MGA_MAJOR_VERSION 1 -#define MGA_MINOR_VERSION 4 -#define MGA_PATCHLEVEL 4 typedef struct { unsigned char ExtVga[6]; |