From 14b370a7a5a2f54e8dc88cb24eecb036fb763ac4 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 27 Sep 2018 05:36:49 +0200 Subject: [PATCH] gs-texture: Remove accidentally added enum --- source/gs-texture.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/gs-texture.h b/source/gs-texture.h index 65abb4ca..f6212a60 100644 --- a/source/gs-texture.h +++ b/source/gs-texture.h @@ -40,16 +40,6 @@ namespace gs { BuildMipMaps, }; - enum class mip_method : uint8_t { - Point, - Linear, - Bilinear, - Sharpen, - Smoothen, - Bicubic, - Lanczos, - }; - protected: gs_texture_t* m_texture; bool m_isOwner = true;