mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove stupid, unused function
This commit is contained in:
parent
89a4d689d1
commit
33bf858a5f
2 changed files with 0 additions and 11 deletions
|
|
@ -666,16 +666,6 @@ ARDOUR_UI_UTILS::escape_underscores (string const & s)
|
||||||
return o;
|
return o;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Replace < and > with < and > respectively to make < > display correctly in markup strings */
|
|
||||||
string
|
|
||||||
ARDOUR_UI_UTILS::escape_angled_brackets (string const & s)
|
|
||||||
{
|
|
||||||
string o = s;
|
|
||||||
boost::replace_all (o, "<", "<");
|
|
||||||
boost::replace_all (o, ">", ">");
|
|
||||||
return o;
|
|
||||||
}
|
|
||||||
|
|
||||||
Gdk::Color
|
Gdk::Color
|
||||||
ARDOUR_UI_UTILS::unique_random_color (list<Gdk::Color>& used_colors)
|
ARDOUR_UI_UTILS::unique_random_color (list<Gdk::Color>& used_colors)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,6 @@ bool key_is_legal_for_numeric_entry (guint keyval);
|
||||||
void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
|
void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
|
||||||
|
|
||||||
std::string escape_underscores (std::string const &);
|
std::string escape_underscores (std::string const &);
|
||||||
std::string escape_angled_brackets (std::string const &);
|
|
||||||
|
|
||||||
Gdk::Color unique_random_color (std::list<Gdk::Color> &);
|
Gdk::Color unique_random_color (std::list<Gdk::Color> &);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue