diff options
author | 2009-03-24 18:34:22 -0700 | |
---|---|---|
committer | 2009-03-24 18:34:22 -0700 | |
commit | 38c89491e4d9a9d951ced381e08f108a43ef33b0 (patch) | |
tree | 7392e723b8215cdd6aa3c6b6dcf487c32a7c166e /libs/surfaceflinger/BootAnimation.h | |
parent | 4f68be1a5b53f690f1a7d8ba62cddb5ef0022a96 (diff) |
Automated import from //branches/donutburger/...@140807,140807
Diffstat (limited to 'libs/surfaceflinger/BootAnimation.h')
-rw-r--r-- | libs/surfaceflinger/BootAnimation.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libs/surfaceflinger/BootAnimation.h b/libs/surfaceflinger/BootAnimation.h index b20cea09a4..3fb6670b3e 100644 --- a/libs/surfaceflinger/BootAnimation.h +++ b/libs/surfaceflinger/BootAnimation.h @@ -62,16 +62,12 @@ private: status_t initTexture(Texture* texture, AssetManager& asset, const char* name); bool android(); - bool cylon(); sp<SurfaceComposerClient> mSession; AssetManager mAssets; - Texture mLeftTrail; - Texture mRightTrail; - Texture mBrightSpot; - Texture mAndroid[3]; - int mWidth; - int mHeight; + Texture mAndroid[2]; + int mWidth; + int mHeight; EGLDisplay mDisplay; EGLDisplay mContext; EGLDisplay mSurface; |