diff options
| author | Manolo Gouy <Manolo> | 2018-04-14 13:37:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-14 13:37:47 +0000 |
| commit | bfac5462be7da58bc84032462307a150314b669a (patch) | |
| tree | 7acbb7b48f186d40e24be1dac62ddac5ff5598c3 /FL/Fl_Pixmap.H | |
| parent | 2abe8bd413f97da1beb5c144e1a1f6cb3db25290 (diff) | |
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
Diffstat (limited to 'FL/Fl_Pixmap.H')
| -rw-r--r-- | FL/Fl_Pixmap.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index d5c0612db..b6eb178d1 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -40,8 +40,6 @@ class FL_EXPORT Fl_Pixmap : public Fl_Image { void copy_data(); void delete_data(); void set_data(const char * const *p); - int prepare(int XP, int YP, int WP, int HP, int &cx, int &cy, - int &X, int &Y, int &W, int &H); protected: void measure(); |
