From b493730bfcdfa9e3ae34d44f755d0372d8b81d74 Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Sat, 27 Jul 2013 16:06:15 +1000 Subject: [PATCH] Fixes Visual Studio compilation --- mythtv/libs/libmythui/mythnotification.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mythtv/libs/libmythui/mythnotification.h b/mythtv/libs/libmythui/mythnotification.h index 4c1820b4440..a07801e5b8b 100644 --- a/mythtv/libs/libmythui/mythnotification.h +++ b/mythtv/libs/libmythui/mythnotification.h @@ -191,8 +191,6 @@ class MUI_PUBLIC MythNotification : public MythEvent { } - MythNotification &operator=(const MythNotification&); - protected: int m_id; void *m_parent; @@ -250,8 +248,6 @@ class MUI_PUBLIC MythImageNotification : public virtual MythNotification { } - MythImageNotification &operator=(const MythImageNotification&); - protected: QImage m_image; QString m_imagePath; @@ -307,8 +303,6 @@ class MUI_PUBLIC MythPlaybackNotification : public virtual MythNotification { } - MythPlaybackNotification &operator=(const MythPlaybackNotification&); - protected: float m_progress; QString m_progressText; @@ -353,8 +347,6 @@ class MUI_PUBLIC MythMediaNotification : public MythImageNotification, : MythNotification(o), MythImageNotification(o), MythPlaybackNotification(o) { } - - MythMediaNotification &operator=(const MythMediaNotification&); }; class MUI_PUBLIC MythErrorNotification : public MythNotification