| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index 160ffa7e281dc114fdb062ead8a07337a5c151bf..f6f3353db2f77685f330937296e54b9f7789b692 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
|
|
|