]> git.sesse.net Git - cubemap/blobdiff - stream.h
Remove support for mark pools.
[cubemap] / stream.h
index 5e694aac17966ebb8f030a7a57f37af57e9995d6..ef475e6f1b2dff32674494a8999f85c6da5a9e35 100644 (file)
--- a/stream.h
+++ b/stream.h
@@ -11,7 +11,6 @@
 #include <string>
 #include <vector>
 
-class MarkPool;
 class StreamProto;
 struct Client;
 
@@ -81,9 +80,6 @@ struct Stream {
        // <sleeping_clients>).
        std::vector<Client *> to_process;
 
-       // What pool to fetch marks from, or NULL.
-       MarkPool *mark_pool;
-
        // Maximum pacing rate for the stream.
        uint32_t pacing_rate;