summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/clipboard.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/clipboard.cxx b/examples/clipboard.cxx
index 5a2b10383..f21586367 100644
--- a/examples/clipboard.cxx
+++ b/examples/clipboard.cxx
@@ -128,7 +128,6 @@ void clip_callback(int source, void *data) { // called after clipboard was chang
int main(int argc, char **argv)
{
#if !(defined(__APPLE__) || defined(WIN32))
- extern void fl_register_images();
fl_register_images(); // required to allow pasting of images
#endif
Fl_Window* win = new Fl_Window(500, 550, "clipboard viewer");