From: Shamus Hammons Date: Fri, 4 Feb 2005 06:34:40 +0000 (+0000) Subject: Removed obsolete function X-Git-Tag: 2.0.0~101 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb038d5dd0f4e2f77ee8055a40ce1c4c8ed7b1c;hp=1d731c12554223de8480d16ef5403e3022c7139f;p=virtualjaguar Removed obsolete function --- diff --git a/src/include/video.h b/src/include/video.h index 0e1ead8..6a67bce 100644 --- a/src/include/video.h +++ b/src/include/video.h @@ -15,7 +15,6 @@ bool InitVideo(void); void VideoDone(void); void RenderBackbuffer(void); void ResizeScreen(uint32 width, uint32 height); -uint32 GetSDLScreenPitch(void); uint32 GetSDLScreenWidthInPixels(void); void ToggleFullscreen(void);