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;