diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-07-16 15:13:14 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-07-16 15:13:14 +0200 |
| commit | 86f2904858d77ac01093be1222560a2cdb921161 (patch) | |
| tree | 3b5b4327b435b9966776a9b1a2cec19d72d6459e /src | |
| parent | e444371b1831fc4f84ef554902a07f8d52b3573f (diff) | |
Remove warnings triggered by -Wredundant-decls (#1277)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Image.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index ffdb1c7f7..ff5a2671a 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -24,8 +24,6 @@ #include <stdlib.h> -void fl_restore_clip(); // from fl_rect.cxx - // // Base image class... // |
