From ab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 24 Jan 2001 04:56:19 +0000 Subject: removed the unused/broken GL_PGI_misc_hints extension --- src/mesa/main/hint.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/mesa/main/hint.h') diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index fa29af6e14..dbecab2a5b 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -1,10 +1,10 @@ -/* $Id: hint.h,v 1.2 2000/11/22 07:32:17 joukj Exp $ */ +/* $Id: hint.h,v 1.3 2001/01/24 04:56:20 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.3 + * Version: 3.5 * - * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -38,8 +38,5 @@ _mesa_try_Hint( GLcontext *ctx, GLenum target, GLenum mode ); extern void _mesa_Hint( GLenum target, GLenum mode ); -extern void -_mesa_HintPGI( GLenum target, GLint mode ); - #endif -- cgit v1.2.3