Просмотр исходного кода

video_core: gl_rasterizer_cache.cpp removed unused type alias

Kloen 9 лет назад
Родитель
Сommit
eee37b857b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/video_core/renderer_opengl/gl_rasterizer_cache.cpp

+ 0 - 1
src/video_core/renderer_opengl/gl_rasterizer_cache.cpp

@@ -172,7 +172,6 @@ bool RasterizerCacheOpenGL::TryBlitSurfaces(CachedSurface* src_surface,
                                             const MathUtil::Rectangle<int>& src_rect,
                                             const MathUtil::Rectangle<int>& src_rect,
                                             CachedSurface* dst_surface,
                                             CachedSurface* dst_surface,
                                             const MathUtil::Rectangle<int>& dst_rect) {
                                             const MathUtil::Rectangle<int>& dst_rect) {
-    using SurfaceType = CachedSurface::SurfaceType;
 
 
     if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
     if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
                                               dst_surface->pixel_format)) {
                                               dst_surface->pixel_format)) {