Remove Cruft -- AutomationStyle never did anything.
[ardour.git] / libs / ardour / ardour / types_convert.h
index cee969dd007eb90e4b0d1ac07bab600d5a139183..52cf616c29b7b89dadf314b5026d854c7579bc4d 100644 (file)
@@ -88,20 +88,6 @@ inline bool string_to (const std::string& str, ARDOUR::AutoState& as)
        return true;
 }
 
-template <>
-inline bool to_string (ARDOUR::AutoStyle val, std::string& str)
-{
-       str = ARDOUR::auto_style_to_string (val);
-       return true;
-}
-
-template <>
-inline bool string_to (const std::string& str, ARDOUR::AutoStyle& as)
-{
-       as = ARDOUR::string_to_auto_style (str);
-       return true;
-}
-
 template <>
 inline bool to_string (ARDOUR::DataType val, std::string& str)
 {