Trim the include tree.
[ardour.git] / libs / pbd / enums.cc
index 559af3a30773b3db47bb90463c765c7cbbdb7cea..7081503cb15b004b2be8af6a8a623c2cc47130da 100644 (file)
@@ -40,8 +40,6 @@ setup_libpbd_enums ()
 #define REGISTER_CLASS_ENUM(t,e) i.push_back (t::e); s.push_back (#e)
 
        REGISTER_CLASS_ENUM (Controllable, Toggle);
-       REGISTER_CLASS_ENUM (Controllable, Discrete);
        REGISTER_CLASS_ENUM (Controllable, GainLike);
-       REGISTER_CLASS_ENUM (Controllable, IntegerOnly);
        REGISTER (controllable_flags);
 }