summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/value.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/options/value.hpp b/options/value.hpp
index cdaffcaf..be4ff367 100644
--- a/options/value.hpp
+++ b/options/value.hpp
@@ -31,12 +31,6 @@
namespace options {
-namespace detail {
-
-OTR_OPTIONS_EXPORT void acct_lookup(bool is_fresh);
-
-} // ns detail
-
template<typename t>
class value final : public base_value
{