]> git.sesse.net Git - movit/commitdiff
Remove some unused members in tests. Found by Clang 7.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 23 Jun 2018 11:25:58 +0000 (13:25 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 23 Jun 2018 11:25:58 +0000 (13:25 +0200)
effect_chain_test.cpp
flat_input_test.cpp

index c06622d8f0e029d5fa9e9ae42150c356d4f1d1e3..6f930dafbc642781a9c48863f70175d96e9323a6 100644 (file)
@@ -791,7 +791,6 @@ public:
 
 private:
        const MipmapRequirements mipmap_requirements;
-       EffectChain *chain;
        float offset[2] { 0.0f, 0.0f };
 };
 
index 8358dcf17c7084b06ae1913938ff34c3b1c1fea6..9f92953ee74a04d06882c464253b29910f3da897 100644 (file)
@@ -331,9 +331,6 @@ public:
 
         string effect_type_id() const override { return "MipmapNeedingEffect"; }
         string output_fragment_shader() override { return read_file("identity.frag"); }
-
-private:
-        EffectChain *chain;
 };
 
 TEST(FlatInput, ExternalTextureMipmapState) {