From d3d7597484394d43f9b88dbdcfa2e993d14621d3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 16 Apr 2016 11:02:35 +0000 Subject: Continue removing non window-related member-functions from class Fl_X. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/x.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') diff --git a/FL/x.H b/FL/x.H index 1daa3ba0e..e5e5d8471 100644 --- a/FL/x.H +++ b/FL/x.H @@ -135,7 +135,6 @@ public: void flush() {w->flush();} static void x(Fl_Window* wi, int X) {wi->x(X);} static void y(Fl_Window* wi, int Y) {wi->y(Y);} - static int ewmh_supported(); static void activate_window(Window w); static void copy_image(const unsigned char* data, int W, int H, int destination = 0); }; -- cgit v1.2.3