mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove unused prio/name fields.
2008-01-29 Alexander Larsson <alexl@redhat.com> * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass): Remove unused prio/name fields. svn path=/trunk/; revision=6415
This commit is contained in:
committed by
Alexander Larsson
parent
1efe9d9cd1
commit
a0283fa682
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user