aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ConfigData.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ConfigData.hxx b/src/ConfigData.hxx
index 48af72732..83c9bd477 100644
--- a/src/ConfigData.hxx
+++ b/src/ConfigData.hxx
@@ -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.