diff --git a/src/Sources/VideoSource.cpp b/src/Sources/VideoSource.cpp index 0587d23..b7591e1 100644 --- a/src/Sources/VideoSource.cpp +++ b/src/Sources/VideoSource.cpp @@ -18,8 +18,6 @@ VideoSource::VideoSource(){ #endif } -VideoSource::~VideoSource(){} - void VideoSource::loadVideo(string & filePath){ path = filePath; setNameFromPath(filePath); diff --git a/src/Sources/VideoSource.h b/src/Sources/VideoSource.h index 152607b..fd08a98 100644 --- a/src/Sources/VideoSource.h +++ b/src/Sources/VideoSource.h @@ -21,7 +21,6 @@ class VideoSource : public BaseSource { static bool useHDMIForAudio; VideoSource(); - ~VideoSource(); string & getPath(); void loadVideo(string & path);