1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

HackStudio: Remove Editor::gutter_icon_rect()

This was only used for a redundant call to update().
remove_gutter_indicator() already updates the correct area.
This commit is contained in:
Sam Atkins 2023-07-19 17:48:04 +01:00 committed by Sam Atkins
parent 489f20d997
commit 63d14a7e6e
2 changed files with 0 additions and 7 deletions

View file

@ -77,7 +77,6 @@ private:
void on_navigatable_link_click(const GUI::TextDocumentSpan&);
void on_identifier_click(const GUI::TextDocumentSpan&);
Gfx::IntRect gutter_icon_rect(size_t line_number) const;
static Gfx::Bitmap const& breakpoint_icon_bitmap();
static Gfx::Bitmap const& current_position_icon_bitmap();
static ErrorOr<void> initialize_tooltip_window();