cwMidiFileDev.h/cpp : Removed unimplmeneted test() function.

This commit is contained in:
kevin 2024-11-29 16:47:16 -05:00
parent 68747ef0a8
commit ddab771c11
2 changed files with 0 additions and 9 deletions

View File

@ -924,11 +924,3 @@ void cw::midi::device::file_dev::report( handle_t h, textBuf::handle_t tbH)
}
cw::rc_t cw::midi::device::file_dev::test( const object_t* cfg )
{
rc_t rc = kOkRC;
return rc;
}

View File

@ -95,7 +95,6 @@ namespace cw
void report( handle_t h, textBuf::handle_t tbH );
rc_t test( const object_t* cfg );
}
}
}