Browse Source

obs-ffmpeg: Remove unexisting class name declaration

The class `Logger` was declared but it is never defined nor used.
Norihiro Kamae 1 year ago
parent
commit
15038232c5
1 changed files with 0 additions and 1 deletions
  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