move rate_as_string() from EngineControl to utils.cc

This commit is contained in:
Paul Davis 2013-09-23 21:35:17 -04:00
parent 884789bfad
commit cff174b541
4 changed files with 16 additions and 13 deletions

View file

@ -86,4 +86,6 @@ std::string escape_angled_brackets (std::string const &);
Gdk::Color unique_random_color (std::list<Gdk::Color> &);
std::string rate_as_string (float r);
#endif /* __ardour_gtk_utils_h__ */