From d46f9684e7c4a77d07b4bb6f4b8c85dba2584597 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Aug 2016 00:47:53 +0100 Subject: Simplify NameFormat stuff. --- src/name_format.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/name_format.cc') 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 { -- cgit v1.2.3