From eb50b6fc7e9679b5964f46a1cbfd2eea8d12cdef Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 Dec 2005 07:44:38 +0000 Subject: [PATCH] unneeded --- stepmania/src/RageDisplay_Null.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageDisplay_Null.h b/stepmania/src/RageDisplay_Null.h index beffcf6e5c..026e6504c8 100644 --- a/stepmania/src/RageDisplay_Null.h +++ b/stepmania/src/RageDisplay_Null.h @@ -10,7 +10,6 @@ public: virtual CString GetApiDescription() const { return "Null"; } virtual void GetDisplayResolutions( DisplayResolutions &out ) const; - void ResolutionChanged() { } const PixelFormatDesc *GetPixelFormatDesc(PixelFormat pf) const; bool BeginFrame() { return true; }