diff options
author | lloyd <[email protected]> | 2008-04-10 06:49:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 06:49:51 +0000 |
commit | a4af97b93eafdacfd26c55d37e4c06e20ff95258 (patch) | |
tree | e891a5af77dd991055464c837d697f076cffba04 /src | |
parent | 59e71322cad61ff2f09664fc3e59b5446af4566a (diff) |
Remove unused Config::option_as_list
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config.cpp b/src/config.cpp index bc950dcff..b724f0e02 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -122,14 +122,6 @@ std::string Config::option(const std::string& key) const } /************************************************* -* Get the config setting as a list of strings * -*************************************************/ -std::vector<std::string> Config::option_as_list(const std::string& key) const - { - return split_on(option(key), ':'); - } - -/************************************************* * Get the config setting as a u32bit * *************************************************/ u32bit Config::option_as_u32bit(const std::string& key) const |