[libvirt] [libvirt-glib] gobject: Remove redundant virtual functions

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Fri Jul 3 14:17:42 UTC 2015


These virtual functions were most likely a result of copy&paste error.
---
 libvirt-gobject/libvirt-gobject-network.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/libvirt-gobject/libvirt-gobject-network.h b/libvirt-gobject/libvirt-gobject-network.h
index 5617ed6..8c31af4 100644
--- a/libvirt-gobject/libvirt-gobject-network.h
+++ b/libvirt-gobject/libvirt-gobject-network.h
@@ -55,10 +55,7 @@ struct _GVirNetworkClass
 {
     GObjectClass parent_class;
 
-    void (*started)(GVirNetwork *net);
-    void (*stopped)(GVirNetwork *net);
-
-    gpointer padding[20];
+    gpointer padding[22];
 };
 
 
-- 
2.4.3




More information about the libvir-list mailing list