[libgd] main-box-item: Remove unused virtual function pointer



commit be0a96b043e57339c88bbf5dd0d98aca44d5d8f5
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 26 18:30:26 2017 +0100

    main-box-item: Remove unused virtual function pointer
    
    Fallout from bacedd9fa569bf77e60d43e15ba58aa427dee622
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774914

 libgd/gd-main-box-item.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-main-box-item.h b/libgd/gd-main-box-item.h
index fd997a1..e37cb07 100644
--- a/libgd/gd-main-box-item.h
+++ b/libgd/gd-main-box-item.h
@@ -40,7 +40,6 @@ struct _GdMainBoxItemInterface
   const gchar      * (* get_primary_text)    (GdMainBoxItem *self);
   const gchar      * (* get_secondary_text)  (GdMainBoxItem *self);
   cairo_surface_t  * (* get_icon)            (GdMainBoxItem *self);
-  gboolean           (* get_pulse)           (GdMainBoxItem *self);
 };
 
 const gchar      * gd_main_box_item_get_id              (GdMainBoxItem *self);


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