summaryrefslogtreecommitdiff
path: root/src/libcamera/v4l2_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/v4l2_device.cpp')
-rw-r--r--src/libcamera/v4l2_device.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
index 03e4abab..e2036aac 100644
--- a/src/libcamera/v4l2_device.cpp
+++ b/src/libcamera/v4l2_device.cpp
@@ -825,9 +825,6 @@ void V4L2Device::bufferAvailable(EventNotifier *notifier)
/* Notify anyone listening to the device. */
bufferReady.emit(buffer);
-
- /* Notify anyone listening to the buffer specifically. */
- buffer->completed.emit(buffer);
}
/**