Replace half-baked param metadata with descriptor.
[ardour.git] / libs / evoral / test / SequenceTest.hpp
index 7b79d8fc12b6839de1e48819af5a4009b261cc5a..a21e8c34086c173efa92979081961d3a7448b3e0 100644 (file)
@@ -39,14 +39,6 @@ public:
                };
        }
 
-       bool is_integer (const Parameter& /*param*/) const { return true; }
-
-       Parameter new_parameter(uint32_t type, uint8_t channel, uint32_t id) const {
-               Parameter p(type, channel, id);
-               p.set_range(type, 0.0f, 1.0f, 0.0f);
-               return p;
-       }
-
        std::string to_symbol(const Parameter& /*param*/) const { return "control"; }
 };