diff options
| author | 2019-05-07 17:16:28 +0000 | |
|---|---|---|
| committer | 2019-05-07 17:16:28 +0000 | |
| commit | bbd8ad6f63b2a1d364fe4e540d37b8281426635d (patch) | |
| tree | b6c05f6fb344b81194b2957bfd753fdaa9403e18 /libs/gui/ConsumerBase.cpp | |
| parent | f96a67700e6bfcb3dcac35e93417c0da08aa0240 (diff) | |
| parent | 485e4c358b26f09ec0634e63c311131c9507779a (diff) | |
Merge "Clean-up egl image preallocation" into qt-dev
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
| -rw-r--r-- | libs/gui/ConsumerBase.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gui/ConsumerBase.cpp b/libs/gui/ConsumerBase.cpp index 1e94cc13cd..abd9921fa9 100644 --- a/libs/gui/ConsumerBase.cpp +++ b/libs/gui/ConsumerBase.cpp @@ -131,8 +131,6 @@ void ConsumerBase::onFrameReplaced(const BufferItem &item) { } } -void ConsumerBase::onBufferAllocated(const BufferItem& /*item*/) {} - void ConsumerBase::onBuffersReleased() { Mutex::Autolock lock(mMutex); |