From 172063b2addc54a5bd376d4595673eac8b5d490e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 28 Apr 2019 15:31:02 +0200 Subject: macOS: yet simpler implementation of window resize and rescale. --- FL/Fl_Device.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 033aa7523..b017e17f3 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -126,10 +126,6 @@ public: \return The captured pixels as an RGB image */ virtual Fl_RGB_Image* rectangle_capture(Fl_Widget *widget, int x, int y, int w, int h) = 0; - /** Returns the window's GL context */ - virtual GLContext context(Fl_Widget *widget) = 0; - /** Equivalent to widget->as_gl_window()->valid(v) */ - virtual void valid(Fl_Widget *widget, char v) = 0; /** Returns the OpenGL plugin */ static Fl_Device_Plugin *opengl_plugin(); }; -- cgit v1.2.3