Remove now unused PBD::string_is_affirmative function
[ardour.git] / libs / pbd / pbd / convert.h
index d638ab8c8d5080fedcd0df6f58ca4ded2cb32816..af40446a81715d5482297021ce87efe77dabb90c 100644 (file)
@@ -57,8 +57,6 @@ to_string (T t, std::ios_base & (*f)(std::ios_base&))
        return oss.str();
 }
 
-LIBPBD_API bool string_is_affirmative (const std::string&);
-
 LIBPBD_API const char* sgettext (const char *, const char *);
 
 } //namespace PBD