[rhythmbox] Remove obsolete support for old glib versions



commit 5ea3040ffb3278cd0370120cc556bf4b51e8eae4
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 17:06:28 2009 +0000

    Remove obsolete support for old glib versions

 rhythmdb/rhythmdb-private.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/rhythmdb/rhythmdb-private.h b/rhythmdb/rhythmdb-private.h
index 486a4d3..3b9892b 100644
--- a/rhythmdb/rhythmdb-private.h
+++ b/rhythmdb/rhythmdb-private.h
@@ -67,11 +67,7 @@ enum {
 struct RhythmDBEntry_ {
 	/* internal bits */
 	guint flags;
-#if (GLIB_MAJOR_VERSION >= 2 && GLIB_MINOR_VERSION >= 10)
 	volatile gint refcount;
-#else
-	gint refcount;
-#endif
 	void *data;
 	RhythmDBEntryType type;
 	guint id;



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