ソースを参照

obs-ffmpeg: Remove unexisting class name declaration

The class `Logger` was declared but it is never defined nor used.
Norihiro Kamae 1 年間 前
コミット
15038232c5
1 ファイル変更0 行追加1 行削除
  1. 0 1
      plugins/obs-ffmpeg/obs-ffmpeg-url.h

+ 0 - 1
plugins/obs-ffmpeg/obs-ffmpeg-url.h

@@ -137,6 +137,5 @@ enum type {
 	debug = 7 //issue w/ libobs so LOG_DEBUG is removed
 };
 }
-class Logger;
 } // namespace srt_logging
 #endif