From: José Fonseca Date: Mon, 6 Dec 2010 19:26:58 +0000 (+0000) Subject: Remove spurious left over code. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=1b8aaa8d85c0f0505545c9b1f9b2e46a7d7f8e57;p=apitrace Remove spurious left over code. --- diff --git a/glretrace.py b/glretrace.py index f8b425b..c74d88a 100644 --- a/glretrace.py +++ b/glretrace.py @@ -131,7 +131,6 @@ class GlRetracer(Retracer): def extract_arg(self, function, arg, arg_type, lvalue, rvalue): if (function.name in self.pointer_function_names and arg.name == 'pointer' or function.name in self.draw_elements_function_names and arg.name == 'indices'): - self.extract_pointer(function, arg, arg_type, lvalue, rvalue) print ' if (dynamic_cast(&%s)) {' % rvalue print ' %s = 0;' % (lvalue) print ' } else {'