diff --git a/include/Nazara/Renderer/Texture.hpp b/include/Nazara/Renderer/Texture.hpp index 4fd364060..84a79fb63 100644 --- a/include/Nazara/Renderer/Texture.hpp +++ b/include/Nazara/Renderer/Texture.hpp @@ -35,7 +35,6 @@ class NAZARA_API NzTexture : public NzResource, NzNonCopyable nzUInt8 GetBytesPerPixel() const; unsigned int GetDepth() const; - nzSamplerFilter GetFilterMode() const; nzPixelFormat GetFormat() const; unsigned int GetHeight() const; nzImageType GetType() const;