From 4783d2efc27211cde7e9e4c7d331d205b35f9006 Mon Sep 17 00:00:00 2001 From: thatcosmonaut <2342303+thatcosmonaut@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:36:08 -0800 Subject: [PATCH] remove unused DepthStencilTexture typedef --- include/Refresh.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/Refresh.h b/include/Refresh.h index 5231b6b..285d73c 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -57,7 +57,6 @@ extern "C" { typedef struct Refresh_Device Refresh_Device; typedef struct Refresh_Buffer Refresh_Buffer; typedef struct Refresh_Texture Refresh_Texture; -typedef struct Refresh_DepthStencilTexture Refresh_DepthStencilTexture; typedef struct Refresh_Sampler Refresh_Sampler; typedef struct Refresh_ColorTarget Refresh_ColorTarget; typedef struct Refresh_DepthStencilTarget Refresh_DepthStencilTarget;