diff --git a/include/SFML/Audio/InputSoundFile.hpp b/include/SFML/Audio/InputSoundFile.hpp index 1090702f2..7cd787d34 100644 --- a/include/SFML/Audio/InputSoundFile.hpp +++ b/include/SFML/Audio/InputSoundFile.hpp @@ -60,18 +60,6 @@ public: //////////////////////////////////////////////////////////// ~InputSoundFile(); - //////////////////////////////////////////////////////////// - /// \brief Deleted copy constructor - /// - //////////////////////////////////////////////////////////// - InputSoundFile(const InputSoundFile&) = delete; - - //////////////////////////////////////////////////////////// - /// \brief Deleted copy assignment - /// - //////////////////////////////////////////////////////////// - InputSoundFile& operator=(const InputSoundFile&) = delete; - //////////////////////////////////////////////////////////// /// \brief Open a sound file from the disk for reading /// diff --git a/include/SFML/Audio/OutputSoundFile.hpp b/include/SFML/Audio/OutputSoundFile.hpp index 6d2fd6e79..f1aaab2dd 100644 --- a/include/SFML/Audio/OutputSoundFile.hpp +++ b/include/SFML/Audio/OutputSoundFile.hpp @@ -59,18 +59,6 @@ public: //////////////////////////////////////////////////////////// ~OutputSoundFile(); - //////////////////////////////////////////////////////////// - /// \brief Deleted copy constructor - /// - //////////////////////////////////////////////////////////// - OutputSoundFile(const OutputSoundFile&) = delete; - - //////////////////////////////////////////////////////////// - /// \brief Deleted copy assignment - /// - //////////////////////////////////////////////////////////// - OutputSoundFile& operator=(const OutputSoundFile&) = delete; - //////////////////////////////////////////////////////////// /// \brief Open the sound file from the disk for writing ///