diff options
Diffstat (limited to 'app/surface/transport_dib.h')
-rw-r--r-- | app/surface/transport_dib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h index 2f439e6..6606c2b 100644 --- a/app/surface/transport_dib.h +++ b/app/surface/transport_dib.h @@ -63,10 +63,6 @@ class TransportDIB { return other.sequence_num < sequence_num; } - bool operator==(const HandleAndSequenceNum& other) const { - return !(*this < other) && !(other < *this); - } - HANDLE handle; uint32 sequence_num; }; |