cwMidiFileDev.h/cpp : Removed unimplmeneted test() function.
This commit is contained in:
parent
68747ef0a8
commit
ddab771c11
@ -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;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
@ -95,7 +95,6 @@ namespace cw
|
|||||||
|
|
||||||
void report( handle_t h, textBuf::handle_t tbH );
|
void report( handle_t h, textBuf::handle_t tbH );
|
||||||
|
|
||||||
rc_t test( const object_t* cfg );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user