MSVC won't allow us to cast directly from float to an enum. We need to kludge it...
[ardour.git] / libs / surfaces / osc / osc_controllable.cc
index 4e6aa3b078c97f9ea65906d42206d327383973de..23bc4a79fbe5bbd8147ef180c8af79b4e8ddfea1 100644 (file)
@@ -27,7 +27,6 @@
 #include "osc.h"
 #include "osc_controllable.h"
 
-using namespace sigc;
 using namespace PBD;
 using namespace ARDOUR;
 using namespace ArdourSurface;