From: Steinar H. Gunderson Date: Sun, 22 Nov 2015 22:50:44 +0000 (+0100) Subject: Remove another unused member variable. X-Git-Tag: 1.0.0~85 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=6ebc7f7bd501d1115bf164ce3e1c22db326798c2 Remove another unused member variable. --- 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;