summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>;