summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/utils.cc')
-rw-r--r--libs/ardour/utils.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc
index fbea468682..ec5cb4e757 100644
--- a/libs/ardour/utils.cc
+++ b/libs/ardour/utils.cc
@@ -208,18 +208,6 @@ touch_file (ustring path)
return 1;
}
-string
-placement_as_string (Placement p)
-{
- switch (p) {
- case PreFader:
- return _("pre");
- default: /* to get g++ to realize we have all the cases covered */
- case PostFader:
- return _("post");
- }
-}
-
ustring
region_name_from_path (ustring path, bool strip_channels)
{