summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/x.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/x.H b/FL/x.H
index e5e5d8471..f83c2b0ce 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -136,7 +136,6 @@ public:
static void x(Fl_Window* wi, int X) {wi->x(X);}
static void y(Fl_Window* wi, int Y) {wi->y(Y);}
static void activate_window(Window w);
- static void copy_image(const unsigned char* data, int W, int H, int destination = 0);
};
extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid()