X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fvideo.h;h=6a67bcea62f818ee8af425c55c6b4238d9936a03;hb=42a0fe10ada4fb012e64ae248073d23325d59016;hp=0e1ead828f2e9b0035e55d168c08baf75fcd3ebc;hpb=3bbd8c99157230559689344d01cdcf08995e2404;p=virtualjaguar 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);