mesa/math: delete leftover... from 18 years ago (!)

Left over from 0a79baf1bf ("remove dead vertex assembly").

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Engestrom 2019-10-16 12:45:05 +01:00
parent 0ee931c1de
commit 38427da02b

View file

@ -33,10 +33,6 @@ extern void _math_test_all_transform_functions( char *description );
extern void _math_test_all_normal_transform_functions( char *description );
extern void _math_test_all_cliptest_functions( char *description );
/* Deprecated?
*/
extern void _math_test_all_vertex_functions( char *description );
extern char *mesa_profile;
#endif