X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=state.proto;h=87b028c9dae465f5202dca469c8702f7f8b24090;hb=340489a8e732519182ecbc92116e7dfa2997143c;hp=bfacdbf4ecf202fea59e602dd673ecee345d6110;hpb=4f4e1384b4299611924a39f59f536b4964806135;p=cubemap diff --git a/state.proto b/state.proto index bfacdbf..87b028c 100644 --- a/state.proto +++ b/state.proto @@ -26,7 +26,6 @@ message StreamProto { // Corresponds to class Input. message InputProto { optional int32 state = 1; - optional string stream_id = 2; optional string url = 3; optional bytes request = 4; optional int32 request_bytes_sent = 5;