Преглед изворни кода

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