From dc4ea75259af51998ac3098d677c7d0575c02983 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 25 Oct 2013 21:33:34 +0200 Subject: [PATCH] fixed various minor warnings --- src/integrators/misc/irrcache_proc.cpp | 1 - src/integrators/misc/irrcache_proc.h | 1 - src/textures/vertexcolors.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/integrators/misc/irrcache_proc.cpp b/src/integrators/misc/irrcache_proc.cpp index e2ddaa68..d4de90a6 100644 --- a/src/integrators/misc/irrcache_proc.cpp +++ b/src/integrators/misc/irrcache_proc.cpp @@ -149,7 +149,6 @@ private: ref m_irrCache; int m_resolution; bool m_gradients, m_clampNeighbor, m_clampScreen; - Float m_influenceMin, m_influenceMax; Float m_quality; }; diff --git a/src/integrators/misc/irrcache_proc.h b/src/integrators/misc/irrcache_proc.h index b95bea6f..4c8bb3b2 100644 --- a/src/integrators/misc/irrcache_proc.h +++ b/src/integrators/misc/irrcache_proc.h @@ -94,7 +94,6 @@ private: ref m_samples; int m_resolution; bool m_gradients, m_clampNeighbor, m_clampScreen; - Float m_influenceMin, m_influenceMax; Float m_quality; ProgressReporter *m_progress; }; diff --git a/src/textures/vertexcolors.cpp b/src/textures/vertexcolors.cpp index 1ed74322..bef5b3a8 100644 --- a/src/textures/vertexcolors.cpp +++ b/src/textures/vertexcolors.cpp @@ -110,7 +110,6 @@ public: private: Spectrum m_brightReflectance; Spectrum m_darkReflectance; - Float m_width; }; Shader *VertexColors::createShader(Renderer *renderer) const {