diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-04 14:27:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-04 14:27:08 +0200 |
commit | 6f4a5665d307dbd6c678394b3a121d98272aaee1 (patch) | |
tree | 49749cb1f9b35092aab1521a3627754c836b480b /opentrack | |
parent | b4830a840540766909bcd359fe94d5ea5afef81e (diff) |
options: nix empty dtor
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/options.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp index 35b1640e..23ce6f7b 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -262,8 +262,6 @@ namespace options { if (--std::get<0>(implsgl_data[key]) == 0) implsgl_data.erase(key); } - - ~opt_singleton() { implsgl_data.clear(); } }; using pbundle = std::shared_ptr<opt_bundle>; |