[gtk+/wip/baedert/drawing: 125/371] searchbar: Remove manual snapshot code



commit e740c428d721659daa5da9841972134a9e15cf46
Author: Timm Bäder <mail baedert org>
Date:   Sun May 7 14:00:07 2017 +0200

    searchbar: Remove manual snapshot code

 gtk/gtksearchbar.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c
index 8f11969..40e405e 100644
--- a/gtk/gtksearchbar.c
+++ b/gtk/gtksearchbar.c
@@ -363,23 +363,6 @@ gtk_search_bar_dispose (GObject *object)
 }
 
 static void
-gtk_search_bar_snapshot (GtkWidget   *widget,
-                         GtkSnapshot *snapshot)
-{
-  gint width, height;
-  GtkStyleContext *context;
-
-  width = gtk_widget_get_allocated_width (widget);
-  height = gtk_widget_get_allocated_height (widget);
-  context = gtk_widget_get_style_context (widget);
-
-  gtk_snapshot_render_background (snapshot, context, 0, 0, width, height);
-  gtk_snapshot_render_frame (snapshot, context, 0, 0, width, height);
-
-  GTK_WIDGET_CLASS (gtk_search_bar_parent_class)->snapshot (widget, snapshot);
-}
-
-static void
 gtk_search_bar_class_init (GtkSearchBarClass *klass)
 {
   GObjectClass *object_class = G_OBJECT_CLASS (klass);
@@ -389,7 +372,6 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass)
   object_class->dispose = gtk_search_bar_dispose;
   object_class->set_property = gtk_search_bar_set_property;
   object_class->get_property = gtk_search_bar_get_property;
-  widget_class->snapshot = gtk_search_bar_snapshot;
 
   container_class->add = gtk_search_bar_add;
 


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