summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerDim.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-04-20 17:55:49 -0700
committerMathias Agopian <mathias@google.com>2010-04-21 22:28:20 -0700
commit1b5e1021b8c9b87113b70d94dfb7b50f8c5b01b8 (patch)
tree0647a68e25a4a6329cc0572a75dee37b8fd3dc19 /libs/surfaceflinger/LayerDim.cpp
parent940bc0545faf7394419ce1f8d890e1e2ec0d3183 (diff)
downloadframeworks_native-1b5e1021b8c9b87113b70d94dfb7b50f8c5b01b8.zip
frameworks_native-1b5e1021b8c9b87113b70d94dfb7b50f8c5b01b8.tar.gz
frameworks_native-1b5e1021b8c9b87113b70d94dfb7b50f8c5b01b8.tar.bz2
more surfaceflinger cleanups
get rid of the "fake rtti" code, and use polymorphism instead. also simplify how we log SF's state (using polymorphism) Change-Id: I2bae7c98de4dd207a3e2b00083fa3fde7c467922
Diffstat (limited to 'libs/surfaceflinger/LayerDim.cpp')
-rw-r--r--libs/surfaceflinger/LayerDim.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/surfaceflinger/LayerDim.cpp b/libs/surfaceflinger/LayerDim.cpp
index fd61e30..568fedb 100644
--- a/libs/surfaceflinger/LayerDim.cpp
+++ b/libs/surfaceflinger/LayerDim.cpp
@@ -30,9 +30,6 @@
namespace android {
// ---------------------------------------------------------------------------
-const uint32_t LayerDim::typeInfo = LayerBaseClient::typeInfo | 0x10;
-const char* const LayerDim::typeID = "LayerDim";
-
bool LayerDim::sUseTexture;
GLuint LayerDim::sTexId;
EGLImageKHR LayerDim::sImage;