ConfigData: remove unused method DupBlockString()

This commit is contained in:
Max Kellermann
2013-10-15 23:19:44 +02:00
parent 084fd8df63
commit d4c2f91182
2 changed files with 0 additions and 12 deletions

View File

@@ -105,10 +105,6 @@ struct config_param {
const char *GetBlockValue(const char *name,
const char *default_value=nullptr) const;
gcc_malloc
char *DupBlockString(const char *name,
const char *default_value=nullptr) const;
/**
* Same as config_dup_path(), but looks up the setting in the
* specified block.