From d081fffab58b4cb8a36b7a083ab7793585bc1510 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 16 Sep 2010 18:18:29 -0700 Subject: Cleanup GL setup code and remove legacy 1.1 paths. Reset pointers to NULL when allocations are unbound. Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66 --- libs/rs/rsProgramVertex.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/rs/rsProgramVertex.cpp') diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 28084d7..6446b55 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -68,11 +68,6 @@ static void logMatrix(const char *txt, const float *f) LOGV("%6.4f, %6.4f, %6.4f, %6.4f", f[3], f[7], f[11], f[15]); } -void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state) -{ - assert(0); -} - void ProgramVertex::loadShader(Context *rsc) { Program::loadShader(rsc, GL_VERTEX_SHADER); } -- cgit v1.1