summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-06 19:13:57 +0000
committerManolo Gouy <Manolo>2016-03-06 19:13:57 +0000
commit00060ce58767dfa6c9b9e19f29fd614a1ace41f4 (patch)
tree4df7552df4834f47f9baeb612ddd37adf3f54738 /src/drivers
parent09cc0a9aab8190af9b07237e10b570f441fa8a9a (diff)
Remove duplicate Fl_Image_Surface::(un)translate()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11300 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/SDL/Fl_SDL_Screen_Driver.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/SDL/Fl_SDL_Screen_Driver.cxx b/src/drivers/SDL/Fl_SDL_Screen_Driver.cxx
index feed9458e..d9d39eeae 100644
--- a/src/drivers/SDL/Fl_SDL_Screen_Driver.cxx
+++ b/src/drivers/SDL/Fl_SDL_Screen_Driver.cxx
@@ -58,7 +58,6 @@ double Fl_SDL_Screen_Driver::wait(double time_to_wait)
#include <FL/x.H>
#include <FL/Fl.H>
-#include <FL/Fl_Image_Surface.H>
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Graphics_Driver.H>
@@ -143,8 +142,6 @@ void Fl_Window::resize(int, int, int, int) { }
Fl_Window *Fl_Window::current_;
char fl_show_iconic;
Window fl_window;
-void Fl_Image_Surface::translate(int x, int y) { }
-void Fl_Image_Surface::untranslate() { }
/*
#define __APPLE__