summaryrefslogtreecommitdiff
path: root/libs/hwui/TessellationCache.cpp
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-11-21 21:38:42 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-11-21 21:38:42 +0000
commit99377df12ee696e01cd9071132f122801a9862ce (patch)
tree01769a67c494fe1f8264581d4f01e94705ce9c5f /libs/hwui/TessellationCache.cpp
parente606a7884dff4acc926cb82bf6492e83e9a1d3af (diff)
parentd2738eadc1f8c92c64d47429ef3f168738431809 (diff)
am d2738ead: Merge "Frameworks/base: Unused parameters in hwui"
* commit 'd2738eadc1f8c92c64d47429ef3f168738431809': Frameworks/base: Unused parameters in hwui
Diffstat (limited to 'libs/hwui/TessellationCache.cpp')
-rw-r--r--libs/hwui/TessellationCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TessellationCache.cpp b/libs/hwui/TessellationCache.cpp
index 1e38f9e9e615..35ec5e932733 100644
--- a/libs/hwui/TessellationCache.cpp
+++ b/libs/hwui/TessellationCache.cpp
@@ -365,7 +365,7 @@ void TessellationCache::clear() {
// Callbacks
///////////////////////////////////////////////////////////////////////////////
-void TessellationCache::BufferRemovedListener::operator()(Description& description,
+void TessellationCache::BufferRemovedListener::operator()(Description& /* description */,
Buffer*& buffer) {
delete buffer;
}