Kaydet (Commit) 9a5769dd authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Noel Grandin

avmedia: remove trivial copy ctor

Change-Id: I650067c981f2fd3582687ffd562a1f8057e49fc2
Reviewed-on: https://gerrit.libreoffice.org/39501Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst b93abe9e
......@@ -71,21 +71,6 @@ struct MediaItem::Impl
, m_eZoom( css::media::ZoomLevel_NOT_AVAILABLE )
{
}
Impl(Impl const& rOther)
: m_URL( rOther.m_URL )
, m_TempFileURL( rOther.m_TempFileURL )
, m_Referer( rOther.m_Referer )
, m_sMimeType( rOther.m_sMimeType )
, m_nMaskSet( rOther.m_nMaskSet )
, m_eState( rOther.m_eState )
, m_fTime( rOther.m_fTime )
, m_fDuration( rOther.m_fDuration )
, m_nVolumeDB( rOther.m_nVolumeDB )
, m_bLoop( rOther.m_bLoop )
, m_bMute( rOther.m_bMute )
, m_eZoom( rOther.m_eZoom )
{
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment