summaryrefslogtreecommitdiff
path: root/src/name_format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/name_format.cc')
-rw-r--r--src/name_format.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/name_format.cc b/src/name_format.cc
index 300ff315..a85f232d 100644
--- a/src/name_format.cc
+++ b/src/name_format.cc
@@ -64,12 +64,6 @@ filter (string c)
return o;
}
-void
-NameFormat::add (char placeholder)
-{
- _components.push_back (placeholder);
-}
-
string
NameFormat::get (Map values) const
{