summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-05-26 11:10:10 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-05-26 22:30:55 +0000
commitb9d3a128a2fcc7f409a04119c3b00ee918090e0f (patch)
treebe07c4b3d71b2afb2918fdb1aa21f14257dd5512
parentadbf8e773fca1a521c90f75a15e9d2b8eeafb373 (diff)
downloadMusicVisualization-b9d3a128a2fcc7f409a04119c3b00ee918090e0f.tar.gz
Fix RenderScript warnings.
b/21443340 Change-Id: Iedb809c31e152cc88d5bddd0f555a96eff13b307
-rw-r--r--src/com/android/musicvis/vis5/many.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/musicvis/vis5/many.rs b/src/com/android/musicvis/vis5/many.rs
index ed3b792..42e24f2 100644
--- a/src/com/android/musicvis/vis5/many.rs
+++ b/src/com/android/musicvis/vis5/many.rs
@@ -263,7 +263,6 @@ int root(void) {
rsgBindProgramVertex(gPVBackground);
- int i;
rs_matrix4x4 ident;
int now = (int)rsUptimeMillis();
int delta = now - lastuptime;