From a672f6ba4c9f65de0b94bcdc639f1e053d7ee5d9 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 22 Oct 2015 09:53:26 -0700 Subject: Remove obsolete debug option Bug: 25149700 Change-Id: I9280e2414255fb01e672094cd8d173efadac1681 --- libs/hwui/Properties.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/hwui/Properties.cpp') diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 36a8dac9d0c1..c0c61db0f5d1 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -29,7 +29,6 @@ bool Properties::debugLayersUpdates = false; bool Properties::debugOverdraw = false; bool Properties::showDirtyRegions = false; bool Properties::skipEmptyFrames = true; -bool Properties::swapBuffersWithDamage = true; bool Properties::useBufferAge = true; bool Properties::enablePartialUpdates = true; @@ -117,7 +116,6 @@ bool Properties::load() { } skipEmptyFrames = property_get_bool(PROPERTY_SKIP_EMPTY_DAMAGE, true); - swapBuffersWithDamage = property_get_bool(PROPERTY_SWAP_WITH_DAMAGE, true); useBufferAge = property_get_bool(PROPERTY_USE_BUFFER_AGE, true); enablePartialUpdates = property_get_bool(PROPERTY_ENABLE_PARTIAL_UPDATES, true); -- cgit v1.2.3-59-g8ed1b