소스 검색

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