summaryrefslogtreecommitdiff
path: root/libs/gui/BLASTBufferQueue.cpp
diff options
context:
space:
mode:
author Vishnu Nair <vishnun@google.com> 2025-01-15 12:55:43 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-15 12:55:43 -0800
commite71581080b69c1a56435968d0c68e6a76dca02ab (patch)
tree9013e8b4dcbff62d4fb085a86ed5e2febfeeb377 /libs/gui/BLASTBufferQueue.cpp
parentcbfd32d56185720a2adad22a21ef1d193f22bd7e (diff)
parent9c0a86bfe0b9cee1b4bbf6e65c5fe3e26921acc4 (diff)
Merge "Remove obsolete BLASTBufferQueue constructor" into main
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
-rw-r--r--libs/gui/BLASTBufferQueue.cpp6
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()) {