summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-26 13:43:01 -0800
committerRomain Guy <romainguy@google.com>2011-01-26 13:43:01 -0800
commit2b1847ea60650a9f68372abe860415f18b55081d (patch)
tree1ec502a48a720f8167240c6563af32f235a9bffb /libs/hwui/DisplayListRenderer.h
parentd30b36d3cdccc7854dedf5e3c020d2f4a8afa7b8 (diff)
downloadframeworks_base-2b1847ea60650a9f68372abe860415f18b55081d.zip
frameworks_base-2b1847ea60650a9f68372abe860415f18b55081d.tar.gz
frameworks_base-2b1847ea60650a9f68372abe860415f18b55081d.tar.bz2
Remove unused API
Change-Id: I1714fd82a64b752f0350ef4ef9179ce19e089c6a
Diffstat (limited to 'libs/hwui/DisplayListRenderer.h')
-rw-r--r--libs/hwui/DisplayListRenderer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/hwui/DisplayListRenderer.h b/libs/hwui/DisplayListRenderer.h
index bab5149..a6d2bfe 100644
--- a/libs/hwui/DisplayListRenderer.h
+++ b/libs/hwui/DisplayListRenderer.h
@@ -89,9 +89,7 @@ public:
// IMPORTANT: Update the intialization of OP_NAMES in the .cpp file
// when modifying this file
enum Op {
- AcquireContext = 0,
- ReleaseContext,
- Save,
+ Save = 0,
Restore,
RestoreToCount,
SaveLayer,
@@ -245,8 +243,6 @@ public:
void finish();
bool callDrawGLFunction(Functor *functor);
- void acquireContext();
- void releaseContext();
void interrupt();
void resume();