summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBase.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-04-22 15:49:28 -0700
committerMathias Agopian <mathias@google.com>2009-04-24 16:31:11 -0700
commit81b0aa696ac954180caec6cb8cc1bb97440e03b5 (patch)
treeaf034e81f2becc4a2d70e0d821a4cb11efc0eb2b /libs/surfaceflinger/LayerBase.cpp
parentef07dda442f210bc7a6b5fbdd4a0bed4e6d8ad50 (diff)
downloadframeworks_base-81b0aa696ac954180caec6cb8cc1bb97440e03b5.zip
frameworks_base-81b0aa696ac954180caec6cb8cc1bb97440e03b5.tar.gz
frameworks_base-81b0aa696ac954180caec6cb8cc1bb97440e03b5.tar.bz2
get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
-rw-r--r--libs/surfaceflinger/LayerBase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp
index 8609225..ef5a959 100644
--- a/libs/surfaceflinger/LayerBase.cpp
+++ b/libs/surfaceflinger/LayerBase.cpp
@@ -53,8 +53,6 @@ const char* const LayerBaseClient::typeID = "LayerBaseClient";
// ---------------------------------------------------------------------------
-Vector<GLuint> LayerBase::deletedTextures;
-
int32_t LayerBase::sIdentity = 0;
LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display)