From 0011cd2b25ea7f011630c42ad66e89f3891ea959 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Thu, 6 Aug 2015 14:33:02 +0200 Subject: Remove PACKAGE_* definitions from xgi_dri.c. They are provided by configure (via config.h or command line). Signed-off-by: Thomas Klausner Reviewed-by: Connor Behan --- src/xgi_dri.c | 5 ----- src/xgi_driver.c | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/xgi_dri.c b/src/xgi_dri.c index c4cbfed..fcfab89 100755 --- a/src/xgi_dri.c +++ b/src/xgi_dri.c @@ -39,11 +39,6 @@ #include "config.h" #endif -/* Jong 09/27/2007; added for PACKAGE_VERSION_MAJOR,... */ -#define PACKAGE_VERSION_MAJOR 1 -#define PACKAGE_VERSION_MINOR 1 -#define PACKAGE_VERSION_PATCHLEVEL 0 - #include "xf86.h" #include "xf86_OSproc.h" diff --git a/src/xgi_driver.c b/src/xgi_driver.c index 2b72e5a..71b7409 100755 --- a/src/xgi_driver.c +++ b/src/xgi_driver.c @@ -47,10 +47,6 @@ #include "config.h" #endif -#define PACKAGE_VERSION_MAJOR 6 -#define PACKAGE_VERSION_MINOR 1 -#define PACKAGE_VERSION_PATCHLEVEL 6803 - #include "fb.h" #include "micmap.h" #include "xf86.h" -- cgit v1.2.3