diff options
author | Iliyan Malchev <malchev@google.com> | 2012-09-27 15:08:29 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-27 15:52:12 -0700 |
commit | 38b657265ccc5ae45bd7860a68b0d9373b47a2f3 (patch) | |
tree | cdba5b527b1938c1ce621236f2617b8b9ce1b86e /include | |
parent | 1e83690c6030b33c7776fa65cb57132d5e2d0b40 (diff) | |
download | frameworks_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.h | 5 |
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 |