mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +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:
parent
489f20d997
commit
63d14a7e6e
Notes:
sideshowbarker
2024-07-17 04:57:23 +09:00
Author: https://github.com/AtkinsSJ
Commit: 63d14a7e6e
Pull-request: https://github.com/SerenityOS/serenity/pull/20105
Reviewed-by: https://github.com/linusg
2 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue