commit | e4c1e6c5a18eb9cfa9025363c5a991b2c683ed68 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu May 24 16:27:35 2018 -0700 |
committer | John Reck <jreck@google.com> | Wed May 30 16:40:07 2018 -0700 |
tree | 0135f234fc7e60854587585e4eb3c8875aeddf0d | |
parent | 1a2a40552a261bf3efecf09a9af472c4e9d0157c [diff] [blame] |
Remove dead code Test: builds Change-Id: I57cf72ca460115463d7759097d5ba598b5ec1775
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 9e46161..e7cd091 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h
@@ -95,7 +95,7 @@ ANDROID_API static void overrideProperty(const char* name, const char* value); ANDROID_API void fence(); - ANDROID_API static void staticFence(); + ANDROID_API static int maxTextureSize(); ANDROID_API void stopDrawing(); ANDROID_API void notifyFramePending();