diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/internal/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libcamera/internal/thread.h b/include/libcamera/internal/thread.h index f6367a8f..25d0308d 100644 --- a/include/libcamera/internal/thread.h +++ b/include/libcamera/internal/thread.h @@ -46,7 +46,6 @@ public: static pid_t currentId(); EventDispatcher *eventDispatcher(); - void setEventDispatcher(std::unique_ptr<EventDispatcher> dispatcher); void dispatchMessages(Message::Type type = Message::Type::None); |