From c6c04d8c6b9d34d2628cab42e4ae48d8a17da23a Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 25 Oct 2005 02:53:35 +0000 Subject: [PATCH] Remove out of date comment, cleanup. --- stepmania/src/arch/LowLevelWindow/LowLevelWindow.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stepmania/src/arch/LowLevelWindow/LowLevelWindow.h b/stepmania/src/arch/LowLevelWindow/LowLevelWindow.h index d55c0b9b86..dab9f20556 100644 --- a/stepmania/src/arch/LowLevelWindow/LowLevelWindow.h +++ b/stepmania/src/arch/LowLevelWindow/LowLevelWindow.h @@ -1,9 +1,7 @@ #ifndef LOW_LEVEL_WINDOW_H #define LOW_LEVEL_WINDOW_H -/* This handles low-level operations that OGL 1.x doesn't give us. Normally, - * we use SDL. Note that not all SDL operations go here; however, nothing - * outside of this can assume that SDL has VIDEO initialized. */ +/* This handles low-level operations that OGL 1.x doesn't give us. */ #include "RageDisplay.h" // for RageDisplay::VideoModeParams @@ -12,7 +10,7 @@ class LowLevelWindow public: virtual ~LowLevelWindow() { } - virtual void *GetProcAddress(CString s) = 0; + virtual void *GetProcAddress( CString s ) = 0; // Return "" if mode change was successful, otherwise an error message. // bNewDeviceOut is set true if a new device was created and textures