Browse Source

obs-ffmpeg: Remove unexisting class name declaration

The class `Logger` was declared but it is never defined nor used.
Norihiro Kamae 1 năm trước cách đây
mục cha
commit
15038232c5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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