]> git.sesse.net Git - nageru/blobdiff - httpd.h
Remove another unused member variable.
[nageru] / 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;