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 3fc948f2599f160d9839f82af9ac2cb33154ac5f..94d3d5b99eaf7f64c66cfd8a6073579fd662a971 100644 (file)
@@ -1,3 +1,8 @@
+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):
index c4407b83587382a41508f7ac785f73798391ff05..3face1b2b16d05728d70f4d54c526004fd16a089 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);
 };