From aef5a4b0abb20e7583dd3706e4b1b548c5056caf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Dec 2007 03:12:24 +0000 Subject: [PATCH] Remove C99 comments svn path=/trunk/; revision=6166 --- gio/ChangeLog | 5 +++++ gio/gunionvolumemonitor.c | 4 ++-- gio/gunixmount.c | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 9b78fb275..2b4cc9f8e 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2007-12-19 Matthias Clasen + + * gunionvolumemonitor.c: + * gunixmount.c: Remove C99 comments + 2007-12-19 Matthias Clasen * gio.symbols: Add some missing symbols diff --git a/gio/gunionvolumemonitor.c b/gio/gunionvolumemonitor.c index 8d50cd6af..d6cecee32 100644 --- a/gio/gunionvolumemonitor.c +++ b/gio/gunionvolumemonitor.c @@ -670,7 +670,7 @@ g_volume_monitor_adopt_orphan_mount (GMount *mount) /* TODO: nasty locking issues because current VM's don't emit signals in idle */ - //G_LOCK (the_volume_monitor); + /*G_LOCK (the_volume_monitor);*/ for (l = the_volume_monitor->monitors; l != NULL; l = l->next) { @@ -685,7 +685,7 @@ g_volume_monitor_adopt_orphan_mount (GMount *mount) } } - //G_UNLOCK (the_volume_monitor); + /*G_UNLOCK (the_volume_monitor);*/ return volume; } diff --git a/gio/gunixmount.c b/gio/gunixmount.c index 6061f8263..ea6e1992c 100644 --- a/gio/gunixmount.c +++ b/gio/gunixmount.c @@ -77,7 +77,7 @@ g_unix_mount_finalize (GObject *object) if (mount->volume) _g_unix_volume_unset_mount (mount->volume, mount); - //TODO: g_warn_if_fail (volume->volume == NULL); + /* TODO: g_warn_if_fail (volume->volume == NULL); */ g_object_unref (mount->icon); g_free (mount->name); g_free (mount->device_path);