projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee931c
)
mesa/math: delete leftover... from 18 years ago (!)
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 16 Oct 2019 11:45:05 +0000
(12:45 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 16 Oct 2019 18:31:20 +0000
(19:31 +0100)
Left over from
0a79baf1bff93718e50a
("remove dead vertex assembly").
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/math/m_debug.h
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_debug.h
b/src/mesa/math/m_debug.h
index 59bb1552e13e4aa59324e6f7136e2241cbd0fb0e..6a8af38885d0bcb72f77dd265e4e2b08f7d8d63f 100644
(file)
--- 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