diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 22:15:10 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 22:15:10 +0200 |
commit | 696add259bf603cf7c2ca807f4cab793764708af (patch) | |
tree | 15fddcbd427d0d84660758334e228ffe2894ff23 /src/config/Data.hxx | |
parent | f18695eb45628ee9aaaec9d928490757567208a7 (diff) |
config/Global: remove unused function config_find_block()
Diffstat (limited to 'src/config/Data.hxx')
-rw-r--r-- | src/config/Data.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Data.hxx b/src/config/Data.hxx index a57a16f72..cee34f24e 100644 --- a/src/config/Data.hxx +++ b/src/config/Data.hxx @@ -44,7 +44,13 @@ struct ConfigData { } /** + * Find a block with a matching attribute. + * * Throws if a block doesn't have the specified (mandatory) key. + * + * @param option the blocks to search + * @param key the attribute name + * @param value the expected attribute value */ gcc_pure const ConfigBlock *FindBlock(ConfigBlockOption option, |