From 00060ce58767dfa6c9b9e19f29fd614a1ace41f4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 6 Mar 2016 19:13:57 +0000 Subject: 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 --- src/drivers/SDL/Fl_SDL_Screen_Driver.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/drivers') 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 #include -#include #include #include @@ -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__ -- cgit v1.2.3