diff options
| author | Manolo Gouy <Manolo> | 2016-03-19 16:59:54 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-19 16:59:54 +0000 |
| commit | 3dcc91d1f09b78a43f6fa8e8f13fd09076da0476 (patch) | |
| tree | 2da6e4a68607291e663eae8397f057feba9b03cd /src | |
| parent | a8d32c57d63919bc0be43e7080d3a538f9731cb4 (diff) | |
Remove these useless, empty files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11373 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Image_Surface.H | 0 | ||||
| -rw-r--r-- | src/drivers/PicoAndroid/Fl_PicoAndroid_Image_Surface.H | 15 | ||||
| -rw-r--r-- | src/drivers/PicoSDL/Fl_PicoSDL_Image_Surface.H | 15 |
3 files changed, 0 insertions, 30 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Image_Surface.H b/src/drivers/Pico/Fl_Pico_Image_Surface.H deleted file mode 100644 index e69de29bb..000000000 --- a/src/drivers/Pico/Fl_Pico_Image_Surface.H +++ /dev/null diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Image_Surface.H b/src/drivers/PicoAndroid/Fl_PicoAndroid_Image_Surface.H deleted file mode 100644 index 05202afdd..000000000 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Image_Surface.H +++ /dev/null @@ -1,15 +0,0 @@ -class Fl_Image_Surface::Helper : public Fl_Widget_Surface { // class model - friend class Fl_Image_Surface; -public: - Fl_Offscreen offscreen; - int width; - int height; - Helper(int w, int h, int high_res) : 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 - Fl_RGB_Image *image() {} // to implement - void end_current() {} // to implement - int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;} -}; diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Image_Surface.H b/src/drivers/PicoSDL/Fl_PicoSDL_Image_Surface.H deleted file mode 100644 index 05202afdd..000000000 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Image_Surface.H +++ /dev/null @@ -1,15 +0,0 @@ -class Fl_Image_Surface::Helper : public Fl_Widget_Surface { // class model - friend class Fl_Image_Surface; -public: - Fl_Offscreen offscreen; - int width; - int height; - Helper(int w, int h, int high_res) : 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 - Fl_RGB_Image *image() {} // to implement - void end_current() {} // to implement - int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;} -}; |
