summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-10-31 14:56:56 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-10-31 14:56:56 +0000
commit6c40b17432a40219c591364945ece14fc98c204d (patch)
tree10f35b8327f72e58ba1ad536255eb418cac6f07f
parente8a7cf245ef1608cb4cfc1250b596cc8c4820f20 (diff)
downloadgvfs-6c40b17432a40219c591364945ece14fc98c204d.tar.gz
Remove get_platform_id
2007-10-31 Alexander Larsson <alexl@redhat.com> * client/gdaemonvolume.c: Remove get_platform_id svn path=/trunk/; revision=1003
-rw-r--r--ChangeLog5
-rw-r--r--client/gdaemonvolume.c9
2 files changed, 5 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index ae996565..2db2bd60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-31 Alexander Larsson <alexl@redhat.com>
+ * client/gdaemonvolume.c:
+ Remove get_platform_id
+
+2007-10-31 Alexander Larsson <alexl@redhat.com>
+
* client/gdaemonfile.c:
Implement find_enclosing_volume
diff --git a/client/gdaemonvolume.c b/client/gdaemonvolume.c
index d8ea7b18..04dd6892 100644
--- a/client/gdaemonvolume.c
+++ b/client/gdaemonvolume.c
@@ -65,14 +65,6 @@ g_daemon_volume_get_mount_info (GDaemonVolume *volume)
return volume->mount_info;
}
-static char *
-g_daemon_volume_get_platform_id (GVolume *volume)
-{
- /* TODO */
-
- return NULL;
-}
-
static GFile *
g_daemon_volume_get_root (GVolume *volume)
{
@@ -164,5 +156,4 @@ g_daemon_volume_volume_iface_init (GVolumeIface *iface)
iface->unmount_finish = g_daemon_volume_unmount_finish;
iface->eject = g_daemon_volume_eject;
iface->eject_finish = g_daemon_volume_eject_finish;
- iface->get_platform_id = g_daemon_volume_get_platform_id;
}