Remove unused prio/name fields.
authorAlexander Larsson <alexl@redhat.com>
Tue, 29 Jan 2008 15:04:50 +0000 (15:04 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 29 Jan 2008 15:04:50 +0000 (15:04 +0000)
2008-01-29  Alexander Larsson  <alexl@redhat.com>

* gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
Remove unused prio/name fields.

svn path=/trunk/; revision=6415

gio/ChangeLog
gio/gnativevolumemonitor.h

index 3fc948f..94d3d5b 100644 (file)
@@ -1,5 +1,10 @@
 2008-01-29  Alexander Larsson  <alexl@redhat.com>
 
+       * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
+       Remove unused prio/name fields.
+
+2008-01-29  Alexander Larsson  <alexl@redhat.com>
+
        * gcontenttype.c (looks_like_text):
        Don't treat whitespace as control chars.
 
index c4407b8..3face1b 100644 (file)
@@ -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);
 };