From 3c648e3e2d4609937fbed46fbf39c6c12928ca79 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Tue, 25 Feb 2020 16:53:47 -0300 Subject: video_core/gpu: Remove unused functions --- src/video_core/gpu.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/video_core/gpu.h') diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 07727210c..8bb6fc60e 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -82,12 +82,6 @@ enum class DepthFormat : u32 { Z32_S8_X24_FLOAT = 0x19, }; -/// Returns the number of bytes per pixel of each rendertarget format. -u32 RenderTargetBytesPerPixel(RenderTargetFormat format); - -/// Returns the number of bytes per pixel of each depth format. -u32 DepthFormatBytesPerPixel(DepthFormat format); - struct CommandListHeader; class DebugContext; -- cgit v1.2.3