diff options
| author | 2011-01-19 18:02:20 -0800 | |
|---|---|---|
| committer | 2011-01-20 12:10:11 -0800 | |
| commit | 2bd1d95efecffad447afd682ffe605bbf8c79d62 (patch) | |
| tree | badce3769c146bd7fae5c5a72cb642a7c6bdfd46 /services/surfaceflinger/LayerBase.cpp | |
| parent | 0b181742aa8c63953802ffca8dee9498de8e146d (diff) | |
clean-up unneeded code
now that we removed the notion of a "inUse" buffer in surfaceflinger
a lot of code can be simplified / removed.
noteworthy, the whole concept of "unlockClient" wrt. "compositionComplete"
is also gone.
Change-Id: I210413d4c8c0998dae05c8620ebfc895d3e6233d
Diffstat (limited to 'services/surfaceflinger/LayerBase.cpp')
| -rw-r--r-- | services/surfaceflinger/LayerBase.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/surfaceflinger/LayerBase.cpp b/services/surfaceflinger/LayerBase.cpp index 9ddb05f3b0..464841b396 100644 --- a/services/surfaceflinger/LayerBase.cpp +++ b/services/surfaceflinger/LayerBase.cpp @@ -273,10 +273,6 @@ void LayerBase::unlockPageFlip( } } -void LayerBase::finishPageFlip() -{ -} - void LayerBase::invalidate() { if ((android_atomic_or(1, &mInvalidate)&1) == 0) { |