Explorar o código

obs-outputs: Remove unused variable

jp9000 %!s(int64=9) %!d(string=hai) anos
pai
achega
e77e87007c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      plugins/obs-outputs/rtmp-stream.c

+ 0 - 1
plugins/obs-outputs/rtmp-stream.c

@@ -453,7 +453,6 @@ static inline bool send_headers(struct rtmp_stream *stream)
 	stream->sent_headers = true;
 	stream->sent_headers = true;
 	size_t i = 0;
 	size_t i = 0;
 	bool next = true;
 	bool next = true;
-	bool fail = false;
 
 
 	if (!send_audio_header(stream, i++, &next))
 	if (!send_audio_header(stream, i++, &next))
 		return false;
 		return false;