From 541aac64cdc65be93954c32b71f041aea5ce8314 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 May 2005 23:01:15 +0000 Subject: [PATCH] remove virtual - this is an internal helper only now --- stepmania/src/RageDisplay.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index b20bed0054..47d73b81d9 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -242,8 +242,6 @@ protected: // need to be reloaded. virtual CString TryVideoMode( VideoModeParams params, bool &bNewDeviceOut ) = 0; - virtual void SetViewport(int shift_left, int shift_down) = 0; - void DrawPolyLine(const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth );