diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-02 00:50:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-02 00:50:18 +0100 |
commit | 629b459b35268b0bba31bc824eb7078305d3c210 (patch) | |
tree | 3cfbccfdd7b0dc182ed95d41b71a80177bc3854d /options/globals.hpp | |
parent | 6d40b2fcdbc2b66fcb0a62b48151035e3aa293d5 (diff) |
options/globals: always return same document directory
Diffstat (limited to 'options/globals.hpp')
-rw-r--r-- | options/globals.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/globals.hpp b/options/globals.hpp index 8032e5d8..5b392055 100644 --- a/options/globals.hpp +++ b/options/globals.hpp @@ -44,7 +44,6 @@ auto with_settings_object_(ini_ctx& ini, F&& fun) OTR_OPTIONS_EXPORT ini_ctx& cur_settings(); OTR_OPTIONS_EXPORT ini_ctx& global_settings(); -OTR_OPTIONS_EXPORT bool is_portable_installation(); } // ns options::globals::detail |