Skip to content

Commit

Permalink
Missed removing some sigc++ stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Aug 7, 2022
1 parent bd48c15 commit a8a7171
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/autoapp/Service/VideoService.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <aasdk/Channel/AV/IVideoServiceChannelEventHandler.hpp>
#include <autoapp/Projection/IVideoOutput.hpp>
#include <autoapp/Service/IService.hpp>
#include <autoapp/Managers/VideoManager.hpp>
#include <autoapp/Managers/IVideoManager.hpp>


Expand Down Expand Up @@ -68,7 +67,6 @@ class VideoService
aasdk::channel::av::VideoServiceChannel::Pointer channel_;
projection::IVideoOutput::Pointer videoOutput_;
int32_t session_;
sigc::connection focusChanged;
IVideoManager::Pointer videoManager;

};
Expand Down
1 change: 0 additions & 1 deletion src/autoapp/Service/VideoService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void VideoService::start() {
void VideoService::stop() {
strand_.dispatch([this, self = this->shared_from_this()]() {
LOG(INFO) << "[VideoService] stop.";
focusChanged.disconnect();
videoManager->releaseFocus();
});
}
Expand Down

0 comments on commit a8a7171

Please sign in to comment.