diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:47:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:47:53 +0100 |
| commit | d46f9684e7c4a77d07b4bb6f4b8c85dba2584597 (patch) | |
| tree | 4ddeb09847f93600301422394936d544de9eba7d /src/name_format.cc | |
| parent | 11990d194b5071b7f57ead972369dd9598f04ca3 (diff) | |
Simplify NameFormat stuff.
Diffstat (limited to 'src/name_format.cc')
| -rw-r--r-- | src/name_format.cc | 6 |
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 { |
