From d63c12bbd57491b56531bb6a7f11f5b11bce47be Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 25 Dec 2012 12:21:18 +0100 Subject: [PATCH] Removed deprecated sampler method from Texture Former-commit-id: f7da96f781f8a876cbb78c1048822571c02fde23 --- include/Nazara/Renderer/Texture.hpp | 1 - 1 file changed, 1 deletion(-) 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;