From 250f21c553dd8759f23d123f9eb257f156af7fcf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Mar 2013 18:13:22 +0000 Subject: opus plugin: fixed taglib-1.7 support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3326 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/opus/opusfile.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/plugins/Input/opus/opusfile.h') diff --git a/src/plugins/Input/opus/opusfile.h b/src/plugins/Input/opus/opusfile.h index 208f33bc5..be9a6df10 100644 --- a/src/plugins/Input/opus/opusfile.h +++ b/src/plugins/Input/opus/opusfile.h @@ -63,17 +63,6 @@ namespace TagLib { File(FileName file, bool readProperties = true, Properties::ReadStyle propertiesStyle = Properties::Average); - /*! - * Contructs a Opus file from \a file. If \a readProperties is true the - * file's audio properties will also be read using \a propertiesStyle. If - * false, \a propertiesStyle is ignored. - * - * \note TagLib will *not* take ownership of the stream, the caller is - * responsible for deleting it after the File object. - */ - File(IOStream *stream, bool readProperties = true, - Properties::ReadStyle propertiesStyle = Properties::Average); - /*! * Destroys this instance of the File. */ @@ -86,18 +75,6 @@ namespace TagLib { */ virtual Ogg::XiphComment *tag() const; - /*! - * Implements the unified property interface -- export function. - * This forwards directly to XiphComment::properties(). - */ - PropertyMap properties() const; - - /*! - * Implements the unified tag dictionary interface -- import function. - * Like properties(), this is a forwarder to the file's XiphComment. - */ - PropertyMap setProperties(const PropertyMap &); - /*! * Returns the Opus::Properties for this file. If no audio properties * were read then this will return a null pointer. -- cgit v1.2.3-13-gbd6f