summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-05-27 01:32:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-27 01:32:52 +0000
commitb296aa0de20a1fd0f9990720eacfd194c3b2d546 (patch)
tree91d1835a08f9b18d02a46c122c5b213a39338645
parent920eb59f907d105fb5c7687a13b32a65bb089f16 (diff)
parent17bce2e69da239d58976c2266b1782ca2a6c44c1 (diff)
downloadPhaseBeam-b296aa0de20a1fd0f9990720eacfd194c3b2d546.tar.gz
am 17bce2e6: Merge "Fix RenderScript warnings."
* commit '17bce2e69da239d58976c2266b1782ca2a6c44c1': Fix RenderScript warnings.
-rw-r--r--src/com/android/phasebeam/phasebeam.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/phasebeam/phasebeam.rs b/src/com/android/phasebeam/phasebeam.rs
index 037f303..ccbf60a 100644
--- a/src/com/android/phasebeam/phasebeam.rs
+++ b/src/com/android/phasebeam/phasebeam.rs
@@ -89,7 +89,6 @@ void positionParticles() {
particle++;
}
- Particle_t* beam = beamParticles;
numBeamParticles = rsAllocationGetDimX(rsGetAllocation(beamParticles));
for(int i=0; i<numBeamParticles; i++) {
float z;