]> git.sesse.net Git - nageru/commitdiff
Remove another unused member variable.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 22:50:44 +0000 (23:50 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 22:50:44 +0000 (23:50 +0100)
httpd.h

diff --git a/httpd.h b/httpd.h
index 6c746c085d929840925db5cea1240656db1df2ad..d546feec22180ab4c9bf7fe10be417d9f7b6dff5 100644 (file)
--- 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> mux;
 
                std::mutex buffer_mutex;