From: James Benton Date: Fri, 3 Aug 2012 13:25:25 +0000 (+0100) Subject: Remove old unused function declaration. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d435d3fb1d27904a2f0a79d8a9c97813c63a2b2e;p=apitrace Remove old unused function declaration. --- diff --git a/retrace/glretrace.hpp b/retrace/glretrace.hpp index bfc6398..322f06c 100644 --- a/retrace/glretrace.hpp +++ b/retrace/glretrace.hpp @@ -77,6 +77,5 @@ void endProfile(trace::Call &call); void setActiveProgram(GLuint program); } /* namespace glretrace */ -GLuint retrace_unmap_program(GLuint val); #endif /* _GLRETRACE_HPP_ */