gs-texture: Remove accidentally added enum

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2018-09-27 05:36:49 +02:00
parent fb77cc90a6
commit 14b370a7a5
1 changed files with 0 additions and 10 deletions

View File

@ -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;