summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/allapps.rs
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2010-10-08 15:52:00 -0700
committerStephen Hines <srhines@google.com>2010-10-08 15:52:00 -0700
commitb02af3811045a8b5d43dc62b2a2f5f50c184fff2 (patch)
tree9a7feb314d3e9d8fbb177499c9cf74cd5ff4837c /src/com/android/launcher2/allapps.rs
parent130c37d3095b5f8956c2a3f38beaf185d74aa54b (diff)
downloadandroid_packages_apps_Trebuchet-b02af3811045a8b5d43dc62b2a2f5f50c184fff2.tar.gz
android_packages_apps_Trebuchet-b02af3811045a8b5d43dc62b2a2f5f50c184fff2.tar.bz2
android_packages_apps_Trebuchet-b02af3811045a8b5d43dc62b2a2f5f50c184fff2.zip
Remove now unnecessary pragma rs export_var().
Change-Id: I2863a2f583af648677d2e53ef4167870fd532c5e
Diffstat (limited to 'src/com/android/launcher2/allapps.rs')
-rw-r--r--src/com/android/launcher2/allapps.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher2/allapps.rs b/src/com/android/launcher2/allapps.rs
index acee82bf0..a9727fb95 100644
--- a/src/com/android/launcher2/allapps.rs
+++ b/src/com/android/launcher2/allapps.rs
@@ -37,7 +37,6 @@ typedef struct VpConsts {
VpConsts_t *vpConstants;
-#pragma rs export_var(COLUMNS_PER_PAGE_PORTRAIT, ROWS_PER_PAGE_PORTRAIT, COLUMNS_PER_PAGE_LANDSCAPE, ROWS_PER_PAGE_LANDSCAPE, gIconCount, gSelectedIconIndex, gSelectedIconTexture, gHomeButton, gTargetPos, gPFTexNearest, gPFTexMip, gPFTexMipAlpha, gPVCurve, gPS, gSMCell, gIconIDs, gLabelIDs, vpConstants)
#pragma rs export_func(move, moveTo, setZoom, fling)
@@ -47,7 +46,7 @@ static float g_FrictionTable[9] = {10.f, 10.f, 11.f, 15.f, 15.f, 11.f, 10.f, 10.
static float g_PhysicsTableSize = 7;
static float gZoomTarget;
-static float gTargetPos;
+float gTargetPos;
static float g_PosPage = 0.f;
static float g_PosVelocity = 0.f;
static float g_LastPositionX = 0.f;