From 26adbe1c381f6efc11c93d9985a80c1908295776 Mon Sep 17 00:00:00 2001 From: Flavio Date: Mon, 28 Jan 2013 10:34:54 +0100 Subject: [PATCH] Unused == operator --- src/video.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video.h b/src/video.h index f5b7574..4b15e37 100644 --- a/src/video.h +++ b/src/video.h @@ -54,10 +54,6 @@ public: QString id() const { return videoId; } - bool operator==(const Video &other) const { - return videoId == other.id(); - } - signals: void gotThumbnail(); void gotMediumThumbnail(QByteArray bytes); -- 2.39.5