Module: Mesa Branch: master Commit: 7f379df4015ca6b886627c5c0d18778b0f8611be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f379df4015ca6b886627c5c0d18778b0f8611be
Author: Adam Jackson <[email protected]> Date: Tue Sep 6 15:55:11 2011 -0400 Remove an AmiWin leftover Signed-off-by: Adam Jackson <[email protected]> --- src/mesa/drivers/x11/xmesa.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/x11/xmesa.h b/src/mesa/drivers/x11/xmesa.h index 347394e..9030eb6 100644 --- a/src/mesa/drivers/x11/xmesa.h +++ b/src/mesa/drivers/x11/xmesa.h @@ -77,12 +77,6 @@ extern "C" { #include "xmesa_x.h" #include "GL/gl.h" -#ifdef AMIWIN -#include <pragmas/xlib_pragmas.h> -extern struct Library *XLibBase; -#endif - - #define XMESA_MAJOR_VERSION 6 #define XMESA_MINOR_VERSION 3 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
