From e24f3f79a334a501c9a239b32fe465981a8c3aab Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 25 Feb 2016 07:08:57 +0000 Subject: Remove useless declarations. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11215 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Pixmap.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 56512994e..b6d501fb9 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -35,9 +35,6 @@ #include "flstring.h" #include -extern uchar **fl_mask_bitmap; // used by fl_draw_pixmap.cxx to store mask -void fl_restore_clip(); // in fl_rect.cxx - void Fl_Pixmap::measure() { int W, H; -- cgit v1.2.3