summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-05-05 07:42:48 +0000
committerManolo Gouy <Manolo>2016-05-05 07:42:48 +0000
commitdcb26fc188cdc5007a73ec51286c21e7cc5d8e4e (patch)
tree462baff7599235b64d1c6b632ae11aa3510a5847 /examples
parentaec24973befcb6c81cd3438d2127ec2ca6eb2fa6 (diff)
Remove unneeded extern declaration.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11713 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples')
-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");