diff --git a/mythtv/libs/libmythui/opengl/mythrenderopengl.cpp b/mythtv/libs/libmythui/opengl/mythrenderopengl.cpp index 123b26001a8..045287dbe5b 100644 --- a/mythtv/libs/libmythui/opengl/mythrenderopengl.cpp +++ b/mythtv/libs/libmythui/opengl/mythrenderopengl.cpp @@ -1402,7 +1402,6 @@ void MythRenderOpenGL::GetCachedVBO(GLuint Type, const QRect &Area) vbo->write(0, vertices, kTextureOffset); } ExpireVBOS(MAX_VERTEX_CACHE); - return; } void MythRenderOpenGL::ExpireVBOS(int Max)