]> Shamusworld >> Repos - virtualjaguar/commitdiff
Removed obsolete function
authorShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:34:40 +0000 (06:34 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:34:40 +0000 (06:34 +0000)
src/include/video.h

index 0e1ead828f2e9b0035e55d168c08baf75fcd3ebc..6a67bcea62f818ee8af425c55c6b4238d9936a03 100644 (file)
@@ -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);