Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3
[ardour.git] / libs / pbd / enums.cc
index 559af3a30773b3db47bb90463c765c7cbbdb7cea..87e8da4b710389ddb84bb50ddc003b641d7c3994 100644 (file)
@@ -20,8 +20,6 @@
 #include "pbd/controllable.h"
 #include "pbd/enumwriter.h"
 
-void setup_libpbd_enums () __attribute__ ((constructor));
-
 using namespace PBD;
 using namespace std;
 
@@ -40,8 +38,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);
 }