Remove unused/leftover openForWriting function in InputSoundFile.

This commit is contained in:
Lukas Dürrenberger 2017-08-06 00:29:59 +02:00
parent cd27b7df07
commit ffd9c94381

View File

@ -100,18 +100,6 @@ public:
////////////////////////////////////////////////////////////
bool openFromStream(InputStream& stream);
////////////////////////////////////////////////////////////
/// \brief Open the sound file from the disk for writing
///
/// \param filename Path of the sound file to write
/// \param channelCount Number of channels in the sound
/// \param sampleRate Sample rate of the sound
///
/// \return True if the file was successfully opened
///
////////////////////////////////////////////////////////////
bool openForWriting(const std::string& filename, unsigned int channelCount, unsigned int sampleRate);
////////////////////////////////////////////////////////////
/// \brief Get the total number of audio samples in the file
///