diff options
author | Eric Engestrom <[email protected]> | 2019-10-16 12:45:05 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-16 19:31:20 +0100 |
commit | 38427da02b4dd46d0236e4488d8cfa5d342e6479 (patch) | |
tree | cb63d42005884b74a3bce89d9d90530afccea05d /src/mesa | |
parent | 0ee931c1de82507131ea2f327d47342cbfc0c64d (diff) |
mesa/math: delete leftover... from 18 years ago (!)
Left over from 0a79baf1bff93718e50a ("remove dead vertex assembly").
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/math/m_debug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h index 59bb1552e13..6a8af38885d 100644 --- a/src/mesa/math/m_debug.h +++ b/src/mesa/math/m_debug.h @@ -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 |