///////////////////////////////////////////////////////
| 313 | |
| 314 | //////////////////////////////////////////////////////////// |
| 315 | void InputSoundFile::close() |
| 316 | { |
| 317 | *this = {}; |
| 318 | } |
| 319 | |
| 320 | } // namespace sf |
nothing calls this directly
no outgoing calls
no test coverage detected