video_core: gl_rasterizer.cpp removed unused type alias
This commit is contained in:
		| @@ -716,8 +716,6 @@ void RasterizerOpenGL::FlushAndInvalidateRegion(PAddr addr, u32 size) { | ||||
|  | ||||
| bool RasterizerOpenGL::AccelerateDisplayTransfer(const GPU::Regs::DisplayTransferConfig& config) { | ||||
|     MICROPROFILE_SCOPE(OpenGL_Blits); | ||||
|     using PixelFormat = CachedSurface::PixelFormat; | ||||
|     using SurfaceType = CachedSurface::SurfaceType; | ||||
|  | ||||
|     CachedSurface src_params; | ||||
|     src_params.addr = config.GetPhysicalInputAddress(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kloen
					Kloen