obs-ffmpeg: Remove unexisting class name declaration

The class `Logger` was declared but it is never defined nor used.
This commit is contained in:
Norihiro Kamae
2024-08-21 15:47:47 +09:00
committed by Lain
parent ec5f499cb3
commit 15038232c5
-1
View File
@@ -137,6 +137,5 @@ enum type {
debug = 7 //issue w/ libobs so LOG_DEBUG is removed
};
}
class Logger;
} // namespace srt_logging
#endif