@@ -52,8 +52,6 @@ struct LayoutBox {
private:
std::pair<int, int> get_border_radius_property(css::PropertyId) const;
std::optional<int> get_min_width_property() const;
std::optional<int> get_max_width_property() const;
};
LayoutBox const *box_at_position(LayoutBox const &, geom::Position);