[gtk/wip/baedert/transforms6: 60/61] Fix shadowing warnings
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/transforms6: 60/61] Fix shadowing warnings
- Date: Wed, 23 Jan 2019 16:55:43 +0000 (UTC)
commit 19c24c770dfd3a6d11b7a7134ff57e1b7b85650a
Author: Timm Bäder <mail baedert org>
Date: Wed Jan 23 17:36:06 2019 +0100
Fix shadowing warnings
gtk/gtkwidget.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 13b82bbecb..21991dface 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -11341,8 +11341,6 @@ gtk_widget_compute_bounds (GtkWidget *widget,
while (parent != ancestor)
{
int origin_x, origin_y;
- GtkBorder margin, border, padding;
- GtkCssStyle *style;
style = gtk_css_node_get_style (parent->priv->cssnode);
get_box_margin (style, &margin);
@@ -11368,8 +11366,6 @@ gtk_widget_compute_bounds (GtkWidget *widget,
{
int origin_x, origin_y;
graphene_matrix_t inv_transform;
- GtkBorder margin, border, padding;
- GtkCssStyle *style;
parent = dest_path[i];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]