diff options
Diffstat (limited to 'src/config/Global.hxx')
-rw-r--r-- | src/config/Global.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/Global.hxx b/src/config/Global.hxx index b5b5605eb..50d79c94a 100644 --- a/src/config/Global.hxx +++ b/src/config/Global.hxx @@ -72,9 +72,6 @@ AllocatedPath config_get_path(enum ConfigOption option); unsigned -config_get_unsigned(enum ConfigOption option, unsigned default_value); - -unsigned config_get_positive(enum ConfigOption option, unsigned default_value); bool config_get_bool(enum ConfigOption option, bool default_value); |