]> git.sur5r.net Git - minitube/commitdiff
Unused == operator
authorFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:34:54 +0000 (10:34 +0100)
committerFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:34:54 +0000 (10:34 +0100)
src/video.h

index f5b75745c3a2106bbb0edaa5a5da6a2dd653dae4..4b15e3738aacd6e7d40b3ab628f717c223700123 100644 (file)
@@ -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);