From 81b0aa696ac954180caec6cb8cc1bb97440e03b5 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 22 Apr 2009 15:49:28 -0700 Subject: get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers --- libs/surfaceflinger/LayerBase.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/surfaceflinger/LayerBase.cpp') diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 8609225b5908..ef5a9598d69e 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -53,8 +53,6 @@ const char* const LayerBaseClient::typeID = "LayerBaseClient"; // --------------------------------------------------------------------------- -Vector LayerBase::deletedTextures; - int32_t LayerBase::sIdentity = 0; LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) -- cgit v1.2.3-59-g8ed1b