we (web engine): Experimental web browser project to understand the limits of Claude

Remove unused node_id_from_box_type_pub function

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-5
-5
crates/render/src/lib.rs
··· 197 197 } 198 198 } 199 199 200 - /// Public variant of `node_id_from_box_type` for use by other crates. 201 - pub fn node_id_from_box_type_pub(box_type: &BoxType) -> Option<NodeId> { 202 - node_id_from_box_type(box_type) 203 - } 204 - 205 200 fn paint_background(layout_box: &LayoutBox, list: &mut DisplayList, tx: f32, ty: f32) { 206 201 let bg = layout_box.background_color; 207 202 // Only paint if the background is not fully transparent and the box has area.