[totem-pl-parser] Remove deprecated macros



commit e81be2a7bdf920e552f2c835515cce906e94ba0e
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 21 16:13:54 2009 +0100

    Remove deprecated macros
    
    2009-04-21  Bastien Nocera  <hadess hadess net>
    
    	* docs/reference/totem-pl-parser-sections.txt:
    	* plparse/totem-pl-parser.h: Remove deprecated macros
---
 ChangeLog                                   |    5 ++++
 docs/reference/totem-pl-parser-sections.txt |    3 --
 plparse/totem-pl-parser.h                   |   29 ---------------------------
 3 files changed, 5 insertions(+), 32 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 07c0c4f..efeadbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-21  Bastien Nocera  <hadess hadess net>
+
+	* docs/reference/totem-pl-parser-sections.txt:
+	* plparse/totem-pl-parser.h: Remove deprecated macros
+
 2009-04-05  Philip Withnall  <philip tecnocode co uk>
 
 	* docs/reference/Makefile.am: Only run the gtk-doc test suite if
diff --git a/docs/reference/totem-pl-parser-sections.txt b/docs/reference/totem-pl-parser-sections.txt
index 2391bae..96d8c1c 100644
--- a/docs/reference/totem-pl-parser-sections.txt
+++ b/docs/reference/totem-pl-parser-sections.txt
@@ -17,7 +17,6 @@ totem_pl_parser_parse_date
 totem_pl_parser_add_ignored_scheme
 totem_pl_parser_add_ignored_mimetype
 TOTEM_PL_PARSER_FIELD_URI
-TOTEM_PL_PARSER_FIELD_URL
 TOTEM_PL_PARSER_FIELD_GENRE
 TOTEM_PL_PARSER_FIELD_TITLE
 TOTEM_PL_PARSER_FIELD_AUTHOR
@@ -41,9 +40,7 @@ TOTEM_PL_PARSER_FIELD_FILESIZE
 TOTEM_PL_PARSER_FIELD_LANGUAGE
 TOTEM_PL_PARSER_FIELD_CONTACT
 TOTEM_PL_PARSER_FIELD_IMAGE_URI
-TOTEM_PL_PARSER_FIELD_IMAGE_URL
 TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI
-TOTEM_PL_PARSER_FIELD_DOWNLOAD_URL
 TOTEM_PL_PARSER_FIELD_ID
 TOTEM_PL_PARSER_FIELD_IS_PLAYLIST
 <SUBSECTION Standard>
diff --git a/plparse/totem-pl-parser.h b/plparse/totem-pl-parser.h
index fd9cc5f..a01d83c 100644
--- a/plparse/totem-pl-parser.h
+++ b/plparse/totem-pl-parser.h
@@ -31,35 +31,6 @@
 
 G_BEGIN_DECLS
 
-/* Compatibility defines */
-
-/**
- * TOTEM_PL_PARSER_FIELD_URL:
- *
- * Metadata field for an entry's URL.
- *
- * Deprecated: 2.26: Use %TOTEM_PL_PARSER_FIELD_URI instead.
- **/
-#define TOTEM_PL_PARSER_FIELD_URL		TOTEM_PL_PARSER_FIELD_URI
-/**
- * TOTEM_PL_PARSER_FIELD_IMAGE_URL:
- *
- * Metadata field for an entry's thumbnail image URL.
- *
- * Deprecated: 2.26: Use %TOTEM_PL_PARSER_FIELD_IMAGE_URI instead.
- **/
-#define TOTEM_PL_PARSER_FIELD_IMAGE_URL		TOTEM_PL_PARSER_FIELD_IMAGE_URI
-/**
- * TOTEM_PL_PARSER_FIELD_DOWNLOAD_URL:
- *
- * Metadata field for an entry's download URL. Only used if an alternate download
- * location is available for the entry.
- *
- * Deprecated: 2.26: Use %TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI instead.
- **/
-#define TOTEM_PL_PARSER_FIELD_DOWNLOAD_URL	TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI
-/* End */
-
 #define TOTEM_TYPE_PL_PARSER            (totem_pl_parser_get_type ())
 #define TOTEM_PL_PARSER(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOTEM_TYPE_PL_PARSER, TotemPlParser))
 #define TOTEM_PL_PARSER_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), TOTEM_TYPE_PL_PARSER, TotemPlParserClass))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]