summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-05-04 14:27:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-05-04 14:27:08 +0200
commit6f4a5665d307dbd6c678394b3a121d98272aaee1 (patch)
tree49749cb1f9b35092aab1521a3627754c836b480b /opentrack
parentb4830a840540766909bcd359fe94d5ea5afef81e (diff)
options: nix empty dtor
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/options.hpp2
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>;