mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Remove unnecessary private operators
Equality operations are not automatically generated by the compiler so we can omit this.
This commit is contained in:
parent
ed4dd9fd01
commit
0d49fab1a6
@ -410,13 +410,6 @@ protected:
|
|||||||
virtual void onReceive(const void* data, std::size_t size);
|
virtual void onReceive(const void* data, std::size_t size);
|
||||||
|
|
||||||
private:
|
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
|
/// \brief Check if the packet can extract a given number of bytes
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user