Removed empty functions

Removed empty functions
This commit is contained in:
Andrea
2025-05-18 23:14:46 +02:00
committed by Benjamin Nauck
parent 81097bbaf1
commit f8b327fffc
2 changed files with 0 additions and 14 deletions

View File

@@ -843,14 +843,6 @@ void InterpreterSingleton::dbgObserveFile(const char* sFileName)
}
}
void InterpreterSingleton::dbgSetBreakPoint(unsigned int /*uiLineNumber*/)
{}
void InterpreterSingleton::dbgUnsetBreakPoint(unsigned int /*uiLineNumber*/)
{}
void InterpreterSingleton::dbgStep()
{}
std::string InterpreterSingleton::strToPython(const char* Str)
{