Replies: 1 comment
-
A quick look tells me it was added in the initial commit, and didn't end up being used. It happens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the file https://github.com/obsproject/libdshowcapture/blob/master/source/capture-filter.hpp
there is a forward declaration of a class which is nowhere defined and used in whole repo and whole OBS-Studio repo.
`namespace DShow {
// some other declaration
// this class is nowhere defined and used
class CaptureSource;
//some other declaration and definitions
}`
I checked carefully but did not find any definition nor usage of
CaptureSource
class. If I am right then what can be purpose of such declaration?Beta Was this translation helpful? Give feedback.
All reactions