diff options
| author | Manolo Gouy <Manolo> | 2016-03-19 18:20:44 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-19 18:20:44 +0000 |
| commit | dbad8f8a98e4fda93074d52534d349aba9df7f47 (patch) | |
| tree | 351a206b9deda8cef202919585649d13c9547298 /src/drivers/PicoSDL | |
| parent | f936eb1a962d9578befff4d4cdeac64339644594 (diff) | |
Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surface.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/PicoSDL')
| -rw-r--r-- | src/drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.H | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.H b/src/drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.H deleted file mode 100644 index ea31c3771..000000000 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.H +++ /dev/null @@ -1,15 +0,0 @@ - -class Fl_Copy_Surface::Helper : public Fl_Widget_Surface { // class model - friend class Fl_Copy_Surface; -private: - int width; - int height; - Helper(int w, int h) : Fl_Widget_Surface(NULL), width(w), height(h) {} // to implement - ~Helper() {} // to implement - void set_current(){} // to implement - void translate(int x, int y) {} // to implement - void untranslate() {} // to implement - int w() {return width;} - int h() {return height;} - int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;} -}; |
