X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=ef475e6f1b2dff32674494a8999f85c6da5a9e35;hp=5e694aac17966ebb8f030a7a57f37af57e9995d6;hb=5cc8cd703a637e276c2595953878fd9561592bfa;hpb=b9d939606ebaf69e2c5a5d8b3e2d8e9adc0e69ae diff --git a/stream.h b/stream.h index 5e694aa..ef475e6 100644 --- a/stream.h +++ b/stream.h @@ -11,7 +11,6 @@ #include #include -class MarkPool; class StreamProto; struct Client; @@ -81,9 +80,6 @@ struct Stream { // ). std::vector to_process; - // What pool to fetch marks from, or NULL. - MarkPool *mark_pool; - // Maximum pacing rate for the stream. uint32_t pacing_rate;