| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index 8184e6e59cfd2e47d518c548827c03acf7b48cd3..bded62228ac39d85778b58a83974c5f61fe90b63 100644
|
| --- a/cc/proto/layer.proto
|
| +++ b/cc/proto/layer.proto
|
| @@ -53,10 +53,6 @@ message LayerUpdate {
|
| message LayerProperties {
|
| // required
|
| optional int32 id = 1;
|
| - // required
|
| - optional bool needs_push_properties = 3;
|
| - // required
|
| - optional int32 num_dependents_need_push_properties = 4;
|
|
|
| // The properties below are only read if |needs_push_properties| is set.
|
| // The Layer base class and each descendant have different proto messages
|
|
|