summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-05-19 17:22:57 -0700
committerJason Sams <rjsams@android.com>2010-05-19 17:23:08 -0700
commitd79b2e9f8b0fa43f6734aaa5e9d0d389d5da5109 (patch)
treee2eb06363ce3d83f447bac87e385835a4314d7ac /libs/rs/rsContext.h
parentd52498a64ff0bef28cd48ed28acd84a680a1d9b5 (diff)
downloadframeworks_base-d79b2e9f8b0fa43f6734aaa5e9d0d389d5da5109.zip
frameworks_base-d79b2e9f8b0fa43f6734aaa5e9d0d389d5da5109.tar.gz
frameworks_base-d79b2e9f8b0fa43f6734aaa5e9d0d389d5da5109.tar.bz2
Begin naming cleanup for renderscript runtime.
Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
Diffstat (limited to 'libs/rs/rsContext.h')
-rw-r--r--libs/rs/rsContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h
index 4a6072d..9df07dc 100644
--- a/libs/rs/rsContext.h
+++ b/libs/rs/rsContext.h
@@ -176,8 +176,6 @@ protected:
EGLConfig mConfig;
EGLContext mContext;
EGLSurface mSurface;
- EGLint mWidth;
- EGLint mHeight;
EGLDisplay mDisplay;
} mEGL;