From a0283fa6824c6ee0fe826a10dc0fea6abf1e8f95 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 29 Jan 2008 15:04:50 +0000 Subject: [PATCH] Remove unused prio/name fields. 2008-01-29 Alexander Larsson * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass): Remove unused prio/name fields. svn path=/trunk/; revision=6415 --- gio/ChangeLog | 5 +++++ gio/gnativevolumemonitor.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 3fc948f..94d3d5b 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,10 @@ 2008-01-29 Alexander Larsson + * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass): + Remove unused prio/name fields. + +2008-01-29 Alexander Larsson + * gcontenttype.c (looks_like_text): Don't treat whitespace as control chars. diff --git a/gio/gnativevolumemonitor.h b/gio/gnativevolumemonitor.h index c4407b8..3face1b 100644 --- a/gio/gnativevolumemonitor.h +++ b/gio/gnativevolumemonitor.h @@ -24,9 +24,6 @@ struct _GNativeVolumeMonitor { struct _GNativeVolumeMonitorClass { GVolumeMonitorClass parent_class; - int priority; - char *name; - GMount * (*get_mount_for_mount_path) (const char *mount_path, GCancellable *cancellable); }; -- 2.7.4