From 17f8b2f7ce44f1f7d74f9c73f8889629d3e835b7 Mon Sep 17 00:00:00 2001 From: martii Date: Thu, 13 Jun 2013 21:51:26 +0200 Subject: [PATCH] gui/movieinfo: I don't believe that custom copy code is required here. --- src/gui/movieinfo.cpp | 2 +- src/gui/movieinfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/movieinfo.cpp b/src/gui/movieinfo.cpp index b3b94fc96..c1291722e 100644 --- a/src/gui/movieinfo.cpp +++ b/src/gui/movieinfo.cpp @@ -1019,7 +1019,7 @@ bool CMovieInfo::saveFile_vlc(const CFile & /*file*/, const char */*text*/, cons * * */ -#if 1 +#if 0 MI_MOVIE_INFO& MI_MOVIE_INFO::operator=(const MI_MOVIE_INFO& src) { file.Name = src.file.Name; diff --git a/src/gui/movieinfo.h b/src/gui/movieinfo.h index 143f83447..ae57d18f7 100644 --- a/src/gui/movieinfo.h +++ b/src/gui/movieinfo.h @@ -146,7 +146,7 @@ typedef struct class MI_MOVIE_INFO { public: - MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src); + //MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src); CFile file; // not stored in xml std::string productionCountry; // user defined Country (not from EPG yet, but might be possible) std::string epgTitle; // plain movie name, usually filled by EPG