From d50d0a30697346d45c01751eea320759816a4424 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 12 Apr 2019 10:32:46 +0200 Subject: Remove function body from Fl_Widget_Surface class declaration. --- src/Fl_Widget_Surface.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Fl_Widget_Surface.cxx b/src/Fl_Widget_Surface.cxx index 90c6820ab..2845b3176 100644 --- a/src/Fl_Widget_Surface.cxx +++ b/src/Fl_Widget_Surface.cxx @@ -112,6 +112,10 @@ void Fl_Widget_Surface::translate(int x, int y) { } +void Fl_Widget_Surface::untranslate() +{ +} + /** \brief Computes the page coordinates of the current origin of graphics functions. -- cgit v1.2.3