diff options
author | 2025-01-15 12:55:43 -0800 | |
---|---|---|
committer | 2025-01-15 12:55:43 -0800 | |
commit | e71581080b69c1a56435968d0c68e6a76dca02ab (patch) | |
tree | 9013e8b4dcbff62d4fb085a86ed5e2febfeeb377 /libs/gui/BLASTBufferQueue.cpp | |
parent | cbfd32d56185720a2adad22a21ef1d193f22bd7e (diff) | |
parent | 9c0a86bfe0b9cee1b4bbf6e65c5fe3e26921acc4 (diff) |
Merge "Remove obsolete BLASTBufferQueue constructor" into main
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
-rw-r--r-- | libs/gui/BLASTBufferQueue.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/gui/BLASTBufferQueue.cpp b/libs/gui/BLASTBufferQueue.cpp index 38465b0de2..24d858ca15 100644 --- a/libs/gui/BLASTBufferQueue.cpp +++ b/libs/gui/BLASTBufferQueue.cpp @@ -244,12 +244,6 @@ BLASTBufferQueue::BLASTBufferQueue(const std::string& name, bool updateDestinati BQA_LOGV("BLASTBufferQueue created"); } -BLASTBufferQueue::BLASTBufferQueue(const std::string& name, const sp<SurfaceControl>& surface, - int width, int height, int32_t format) - : BLASTBufferQueue(name) { - update(surface, width, height, format); -} - BLASTBufferQueue::~BLASTBufferQueue() { TransactionCompletedListener::getInstance()->removeQueueStallListener(this); if (mPendingTransactions.empty()) { |