summaryrefslogtreecommitdiff
path: root/rsProgramRaster.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-09-24 15:42:52 -0700
committerJason Sams <rjsams@android.com>2009-09-24 15:42:52 -0700
commita891933b4c5ab1b63103add167269cfc404c2adf (patch)
treef4dad4322fc7763582e043c9aa1f890c253f88e6 /rsProgramRaster.cpp
parentada7f272890d8791bc518c95989ad7d13050834d (diff)
downloadrs-a891933b4c5ab1b63103add167269cfc404c2adf.tar.gz
Minor cleanup of profile and compile logging.
Diffstat (limited to 'rsProgramRaster.cpp')
-rw-r--r--rsProgramRaster.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsProgramRaster.cpp b/rsProgramRaster.cpp
index 0f5ec513..b968fe15 100644
--- a/rsProgramRaster.cpp
+++ b/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);