summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.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/LayerBuffer.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/LayerBuffer.cpp')
-rw-r--r--libs/surfaceflinger/LayerBuffer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/surfaceflinger/LayerBuffer.cpp b/libs/surfaceflinger/LayerBuffer.cpp
index 5c21593..0041a0f 100644
--- a/libs/surfaceflinger/LayerBuffer.cpp
+++ b/libs/surfaceflinger/LayerBuffer.cpp
@@ -39,8 +39,6 @@ namespace android {
// ---------------------------------------------------------------------------
-const uint32_t LayerBuffer::typeInfo = LayerBaseClient::typeInfo | 0x20;
-const char* const LayerBuffer::typeID = "LayerBuffer";
gralloc_module_t const* LayerBuffer::sGrallocModule = 0;
// ---------------------------------------------------------------------------