[epiphany/wip/bookmarks: 58/76] bookmarks-popover: Don't override get_property if there are no readable properties



commit 71c150cc6a04dbb5b9b904b04546bdcc49991f04
Author: Iulian Radu <iulian radu67 gmail com>
Date:   Tue Sep 27 18:01:18 2016 +0300

    bookmarks-popover: Don't override get_property if there are no readable properties

 src/ephy-bookmarks-popover.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/ephy-bookmarks-popover.c b/src/ephy-bookmarks-popover.c
index fa959ff..3b30c90 100644
--- a/src/ephy-bookmarks-popover.c
+++ b/src/ephy-bookmarks-popover.c
@@ -401,25 +401,12 @@ ephy_bookmarks_popover_set_property (GObject      *object,
 }
 
 static void
-ephy_bookmarks_popover_get_property (GObject      *object,
-                                     guint         prop_id,
-                                     GValue       *value,
-                                     GParamSpec   *pspec)
-{
-  switch (prop_id) {
-    default:
-      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
-  }
-}
-
-static void
 ephy_bookmarks_popover_class_init (EphyBookmarksPopoverClass *klass)
 {
   GObjectClass *object_class = G_OBJECT_CLASS (klass);
   GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
 
   object_class->set_property = ephy_bookmarks_popover_set_property;
-  object_class->get_property = ephy_bookmarks_popover_get_property;
 
   obj_properties[PROP_WINDOW] =
     g_param_spec_object ("window",


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