diff --git a/include/SFML/Network/Packet.hpp b/include/SFML/Network/Packet.hpp index 3998c699f..13a13bd7f 100644 --- a/include/SFML/Network/Packet.hpp +++ b/include/SFML/Network/Packet.hpp @@ -410,13 +410,6 @@ protected: virtual void onReceive(const void* data, std::size_t size); private: - //////////////////////////////////////////////////////////// - /// Disallow comparisons between packets - /// - //////////////////////////////////////////////////////////// - bool operator==(const Packet& right) const; - bool operator!=(const Packet& right) const; - //////////////////////////////////////////////////////////// /// \brief Check if the packet can extract a given number of bytes ///