Remove dead code

This commit is contained in:
2021-08-17 01:30:15 -07:00
parent f0b8dbbac5
commit e046c1638a
3 changed files with 0 additions and 13 deletions

View File

@@ -712,13 +712,6 @@ void KRContext::receivedMemoryWarning()
m_last_memory_warning_frame = m_current_frame;
}
void
KRContext::activateStreamerContext()
{
}
KrResult KRContext::findNodeByName(const KrFindNodeByNameInfo* pFindNodeByNameInfo)
{
return KR_ERROR_NOT_IMPLEMENTED;