summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2012-09-27 15:08:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-27 15:52:12 -0700
commit38b657265ccc5ae45bd7860a68b0d9373b47a2f3 (patch)
treecdba5b527b1938c1ce621236f2617b8b9ce1b86e /include
parent1e83690c6030b33c7776fa65cb57132d5e2d0b40 (diff)
downloadframeworks_native-38b657265ccc5ae45bd7860a68b0d9373b47a2f3.zip
frameworks_native-38b657265ccc5ae45bd7860a68b0d9373b47a2f3.tar.gz
frameworks_native-38b657265ccc5ae45bd7860a68b0d9373b47a2f3.tar.bz2
Revert "Compatibility work around for bad graphics driver dependency."
This reverts commit a50b51c03aca449920fc8581a738032a7bce7150 Change-Id: Ibdcd776a7f241dbb2475403ea04f939249774c41
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceComposerClient.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h
index 7a14c6a..bae3886 100644
--- a/include/gui/SurfaceComposerClient.h
+++ b/include/gui/SurfaceComposerClient.h
@@ -67,11 +67,6 @@ public:
// Get information about a display
static status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info);
- // TODO: Remove me. Do not use.
- // This is a compatibility shim for one product whose drivers are depending on
- // this legacy function (when they shouldn't).
- static status_t getDisplayInfo(int32_t displayId, DisplayInfo* info);
-
// ------------------------------------------------------------------------
// surface creation / destruction