summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2011-10-14 16:44:08 -0700
committerJamie Gennis <jgennis@google.com>2011-10-14 16:44:08 -0700
commitde14ecaebcb958f542f50cff08109926aad2c685 (patch)
tree5534cd6e9505a6b544e9abc1a93952449ea16f8e /include/surfaceflinger
parent4f1924380cff7424e23beb82b1b7d448941e2441 (diff)
downloadframeworks_base-de14ecaebcb958f542f50cff08109926aad2c685.zip
frameworks_base-de14ecaebcb958f542f50cff08109926aad2c685.tar.gz
frameworks_base-de14ecaebcb958f542f50cff08109926aad2c685.tar.bz2
SurfaceFlinger: Remove display freezing code
This change removes the dead code from SurfaceFlinger that resulted from disabling support for freezing the display. Change-Id: I4e5ff00c94b4c7a79af2f65c9850c135210068ed
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r--include/surfaceflinger/ISurfaceComposer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h
index 26cf094..1242e49 100644
--- a/include/surfaceflinger/ISurfaceComposer.h
+++ b/include/surfaceflinger/ISurfaceComposer.h
@@ -146,8 +146,6 @@ public:
GET_CBLK,
SET_TRANSACTION_STATE,
SET_ORIENTATION,
- FREEZE_DISPLAY,
- UNFREEZE_DISPLAY,
CAPTURE_SCREEN,
TURN_ELECTRON_BEAM_OFF,
TURN_ELECTRON_BEAM_ON,