]> git.sesse.net Git - cubemap/blobdiff - state.proto
Since we just broke upgrade compatibility, kill some older stuff in the state protos.
[cubemap] / state.proto
index cfad404da66eca1cc4d77b8f476b5d9416ebff90..eb4660f0c6d787d12628483ed66c34a2739d2668 100644 (file)
@@ -46,8 +46,4 @@ message CubemapStateProto {
        repeated StreamProto streams = 2;
        repeated InputProto inputs = 5;
        repeated AcceptorProto acceptors = 8;
-
-       // Deprecated. Use Acceptor instead.
-       optional int32 server_sock = 3;
-       optional int32 port = 4;
 };