From aa66c6e7de7ef1cec1d53c7cdca0c2ed7de75aa6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 18 Sep 2004 04:40:59 +0000 Subject: [PATCH] remove old code --- stepmania/src/RageDisplay_D3D.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 31fb95c75e..573475e1b5 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -1270,10 +1270,6 @@ void RageDisplay_D3D::UpdateTexture( RageSurface *Texture = CreateSurfaceFromPixfmt(PixelFormat(texpixfmt), lr.pBits, width, height, lr.Pitch); ASSERT( Texture ); - SDL_Rect area; - area.x = area.y = 0; - area.w = (uint16_t) width; - area.h = (uint16_t) height; RageSurfaceUtils::Blit( img, Texture, width, height ); delete Texture;