diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-14 19:28:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-14 19:28:50 +0200 |
commit | 40e1fdd1331f93f2e69c01f3acf901fead48f143 (patch) | |
tree | 05d59850f90a855bdeb779285df5a69884c7d52b /options | |
parent | 359da594db4580f7578276d8f1b420a23510f5ac (diff) |
some style fixes
Diffstat (limited to 'options')
-rw-r--r-- | options/value.hpp | 6 |
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 { |