mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 00:32:45 +00:00 
			
		
		
		
	LibWeb: Remove unused LineBox::absolute_rect() and related things
This commit is contained in:
		
							parent
							
								
									271c9d1ae9
								
							
						
					
					
						commit
						b2bc57ff89
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -32,16 +32,11 @@ public: | |||
| 
 | ||||
|     AvailableSize original_available_width() const { return m_original_available_width; } | ||||
| 
 | ||||
|     CSSPixelRect const& absolute_rect() const { return m_absolute_rect; } | ||||
|     void set_absolute_rect(CSSPixelRect const& rect) { m_absolute_rect = rect; } | ||||
| 
 | ||||
| private: | ||||
|     friend class BlockContainer; | ||||
|     friend class InlineFormattingContext; | ||||
|     friend class LineBuilder; | ||||
| 
 | ||||
|     CSSPixelRect m_absolute_rect; | ||||
| 
 | ||||
|     Vector<LineBoxFragment> m_fragments; | ||||
|     CSSPixels m_width { 0 }; | ||||
|     CSSPixels m_height { 0 }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling