diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:16:15 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:16:15 +0100 |
| commit | eb8b016fabee89d77009b269c3d6e6b999592881 (patch) | |
| tree | 1001dea9b2c004234436601f9d48eef058a6ae6c /src/Fl_Window_Driver.cxx | |
| parent | 84cf24948245d893cde9b3ef8c9eee614191de80 (diff) | |
Fix for issue #254: remove hardware overlay support .
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index b9da6e0fd..d781fcedb 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -72,7 +72,6 @@ unsigned char Fl_Window_Driver::size_range_set() {return pWindow->size_range_set void Fl_Window_Driver::flush_Fl_Window() { pWindow->Fl_Window::flush(); } -void Fl_Window_Driver::flush_menu() { pWindow->Fl_Window::flush(); } /** Draw the window content. @@ -92,7 +91,6 @@ void Fl_Window_Driver::make_current() { } */ void Fl_Window_Driver::show() { } -void Fl_Window_Driver::show_menu() { pWindow->Fl_Window::show(); } /** Change the window title. |
