diff options
| author | 2009-09-24 18:46:39 -0400 | |
|---|---|---|
| committer | 2009-09-24 18:46:39 -0400 | |
| commit | 0d3999f788eb01baa8ba671878387761cbbbf861 (patch) | |
| tree | dab76321d34c048a0f074297e82e11ac5671d8af /libs/rs/rsProgramRaster.cpp | |
| parent | 20b394719daa218be7ff767fad024504f12e937b (diff) | |
| parent | d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (diff) | |
Merge change 26942 into eclair
* changes:
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); |