From bfac5462be7da58bc84032462307a150314b669a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 14 Apr 2018 13:37:47 +0000 Subject: Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Bitmap.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL/Fl_Bitmap.H') diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index 79eba0a4b..47818e7f9 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -40,8 +40,6 @@ public: int alloc_array; private: - int prepare(int XP, int YP, int WP, int HP, int &cx, int &cy, - int &X, int &Y, int &W, int &H); /** for internal use */ fl_uintptr_t id_; int cache_w_, cache_h_; // size of bitmap when cached -- cgit v1.2.3