[glibmm/glibmm-3maybe] Remove a junk line from VolumeMonitor.hg.



commit acbc4fff24405e7db50cfe74dc1624e6253e42d1
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 8 17:03:15 2010 +0200

    Remove a junk line from VolumeMonitor.hg.
    
    * gio/src/volumemonitor.hg: Remove this line because it must have been
        an accidental paste or some other confusion:
        gboolean (*is_supported)          (void);
        It is API but not anything anybody ever would have used.

 ChangeLog                |    9 +++++++++
 gio/src/volumemonitor.hg |    2 --
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f4952d0..73225ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-06-08  Murray Cumming  <murrayc murrayc-desktop>
+
+	Remove a junk line from VolumeMonitor.hg.
+
+	* gio/src/volumemonitor.hg: Remove this line because it must have been
+    an accidental paste or some other confusion:
+    gboolean (*is_supported)          (void);
+    It is API but not anything anybody ever would have used.
+
 2010-06-08  Murray Cumming  <murrayc murrayc com>
 
 	Remove more deprecated API.
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index b3ba5ba..b6a5cc8 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -76,8 +76,6 @@ public:
   _WRAP_SIGNAL(void drive_eject_button(const Glib::RefPtr<Drive>& drive), drive_eject_button)
   _WRAP_SIGNAL(void drive_stop_button(const Glib::RefPtr<Drive>& drive), drive_stop_button)
 
-  gboolean (*is_supported)          (void);
-
   //TODO: Use ListHandle?
   //_WRAP_VFUNC(GList* get_volumes(), get_volumes)
   //_WRAP_VFUNC(GList* get_mounts(), get_mounts)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]