diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-04-14 16:54:11 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-04-14 16:54:11 +0200 |
| commit | e18b5353cd1931421db376ac4ace4000dfffa86c (patch) | |
| tree | 21287b785750561712a051a41f18e75064682e66 /src/Fl_Text_Display.cxx | |
| parent | afd3fde5de41cd5c10e0953e25976912cf4cf25f (diff) | |
Fixed leak in Fl_Text_Buffer #716
Diffstat (limited to 'src/Fl_Text_Display.cxx')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index c49434c79..029d7fef9 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -442,8 +442,6 @@ void Fl_Text_Display::highlight_data(Fl_Text_Buffer *styleBuffer, damage(FL_DAMAGE_EXPOSE); } - - /** \brief Find the longest line of all visible lines. |
