From 6ebc7f7bd501d1115bf164ce3e1c22db326798c2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 22 Nov 2015 23:50:44 +0100 Subject: [PATCH] Remove another unused member variable. --- httpd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/httpd.h b/httpd.h index 6c746c0..d546fee 100644 --- a/httpd.h +++ b/httpd.h @@ -70,7 +70,6 @@ private: static int write_packet_thunk(void *opaque, uint8_t *buf, int buf_size); int write_packet(uint8_t *buf, int buf_size); - AVIOContext *avio; std::unique_ptr mux; std::mutex buffer_mutex; -- 2.39.2