diff options
-rw-r--r-- | src/core/info.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/info.cc b/src/core/info.cc index ee708e5..8e286dc 100644 --- a/src/core/info.cc +++ b/src/core/info.cc @@ -65,8 +65,6 @@ void InfoType::list() con_print << std::endl; } con_print << "^B " << infotype_registry.size() << " info types" << std::endl; - - infotype_registry.clear(); } |