update to new ngc_events (missing nix updates)

This commit is contained in:
2023-12-26 21:26:13 +01:00
parent 8dcede652e
commit 516b264a96
2 changed files with 8 additions and 18 deletions

View File

@@ -13,16 +13,6 @@
#include <map>
#include <cassert>
//MessageCommandDispatcher::Command::Command(Command&& other) :
//m(std::move(other.m)),
//m_prefix(std::move(other.m_prefix)),
//command(std::move(other.command)),
//fn(std::move(other.fn)),
//help_text(std::move(other.help_text))
//{
//// is this really needed?
//}
MessageCommandDispatcher::MessageCommandDispatcher(
Contact3Registry& cr,
RegistryMessageModel& rmm,