mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
obs-ffmpeg: Remove unexisting class name declaration
The class `Logger` was declared but it is never defined nor used.
This commit is contained in:
@@ -137,6 +137,5 @@ enum type {
|
||||
debug = 7 //issue w/ libobs so LOG_DEBUG is removed
|
||||
};
|
||||
}
|
||||
class Logger;
|
||||
} // namespace srt_logging
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user