diff options
author | 2009-09-24 15:42:52 -0700 | |
---|---|---|
committer | 2009-09-24 15:42:52 -0700 | |
commit | d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (patch) | |
tree | 6f75b10e7c4f4341a3e77dbf30c9543874c15cb4 /libs/rs/rsProgramRaster.cpp | |
parent | e60446b9c1a0f4f48372a36de5b01a2ddb8121e3 (diff) |
Minor cleanup of profile and compile logging.
Diffstat (limited to 'libs/rs/rsProgramRaster.cpp')
-rw-r--r-- | libs/rs/rsProgramRaster.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsProgramRaster.cpp b/libs/rs/rsProgramRaster.cpp index 0f5ec5134a4c..b968fe1508b5 100644 --- a/libs/rs/rsProgramRaster.cpp +++ b/libs/rs/rsProgramRaster.cpp @@ -60,8 +60,6 @@ void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state) } state->mLast.set(this); - LOGE("setup %i %i %i %f %f", mPointSmooth, mLineSmooth, mPointSprite, mPointSize, mLineWidth); - glPointSize(mPointSize); if (mPointSmooth) { glEnable(GL_POINT_SMOOTH); |