| 49 | //------------------------------------------------------------------------------ |
| 50 | |
| 51 | bool VectorAudioFileReader::open(const char* /* input_filename */, bool /* show_info */) |
| 52 | { |
| 53 | return true; |
| 54 | } |
| 55 | |
| 56 | //------------------------------------------------------------------------------ |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected