Move intrinEventInd()s from MarionetteComponent=>Director

This commit is contained in:
2025-10-05 22:39:26 -04:00
parent 035accf553
commit 56367402d7
6 changed files with 51 additions and 9 deletions
-5
View File
@@ -7,10 +7,5 @@
namespace smo {
namespace mrntt {
void MarionetteComponent::negtrinEventInd(void)
{
std::cout << __func__ << ": Handling negtrin event." << std::endl;
}
} // namespace mrntt
} // namespace smo