| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index 270fce6dd53d36bd6584e21f792a7c838b2fb041..3a19d3bb34e1bd6fba3255ada08378bde64b14fe 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -185,8 +185,6 @@ public:
|
| RenderBox* nextSiblingBox() const;
|
| RenderBox* parentBox() const;
|
|
|
| - bool canResize() const;
|
| -
|
| // Visual and layout overflow are in the coordinate space of the box. This means that they aren't purely physical directions.
|
| // For horizontal-tb and vertical-lr they will match physical directions, but for horizontal-bt and vertical-rl, the top/bottom and left/right
|
| // respectively are flipped when compared to their physical counterparts. For example minX is on the left in vertical-lr,
|
|
|