summaryrefslogtreecommitdiff
path: root/hal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-29 15:06:45 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-29 15:06:45 +0000
commitd0c53d44d461dc8e0b5b641710da6a86f52592b4 (patch)
tree925e7fcf01c23afda62e5b4afa98386a1aee0a94 /hal
parent3cd9d94d5e9178cf194013d83f78b303bab0e6a3 (diff)
downloadgvfs-d0c53d44d461dc8e0b5b641710da6a86f52592b4.tar.gz
Remove setting prio/name
2008-01-29 Alexander Larsson <alexl@redhat.com> * hal/ghalvolumemonitor.c (g_hal_volume_monitor_class_init): Remove setting prio/name svn path=/trunk/; revision=1204
Diffstat (limited to 'hal')
-rw-r--r--hal/ghalvolumemonitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hal/ghalvolumemonitor.c b/hal/ghalvolumemonitor.c
index f2db6f63..39dc1936 100644
--- a/hal/ghalvolumemonitor.c
+++ b/hal/ghalvolumemonitor.c
@@ -468,8 +468,6 @@ g_hal_volume_monitor_class_init (GHalVolumeMonitorClass *klass)
monitor_class->adopt_orphan_mount = adopt_orphan_mount;
monitor_class->is_supported = is_supported;
- native_class->priority = 1;
- native_class->name = "hal";
native_class->get_mount_for_mount_path = get_mount_for_mount_path;
}