diff options
author | Brian Paul <[email protected]> | 2001-01-24 04:56:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-01-24 04:56:19 +0000 |
commit | ab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc (patch) | |
tree | d0ba400f68a046412770624342c50b6cbdbc8009 /src/mesa/main/hint.h | |
parent | 9533fd18420b8ce5f229b43cf16408e64a10adaf (diff) |
removed the unused/broken GL_PGI_misc_hints extension
Diffstat (limited to 'src/mesa/main/hint.h')
-rw-r--r-- | src/mesa/main/hint.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index fa29af6e148..dbecab2a5b3 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 |