Skip to content

Commit

Permalink
Fixes Visual Studio compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 27, 2013
1 parent b88f999 commit b493730
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mythtv/libs/libmythui/mythnotification.h
Expand Up @@ -191,8 +191,6 @@ class MUI_PUBLIC MythNotification : public MythEvent
{
}

MythNotification &operator=(const MythNotification&);

protected:
int m_id;
void *m_parent;
Expand Down Expand Up @@ -250,8 +248,6 @@ class MUI_PUBLIC MythImageNotification : public virtual MythNotification
{
}

MythImageNotification &operator=(const MythImageNotification&);

protected:
QImage m_image;
QString m_imagePath;
Expand Down Expand Up @@ -307,8 +303,6 @@ class MUI_PUBLIC MythPlaybackNotification : public virtual MythNotification
{
}

MythPlaybackNotification &operator=(const MythPlaybackNotification&);

protected:
float m_progress;
QString m_progressText;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b493730

Please sign in to comment.