[gtk/wip/baedert/transforms6: 272/273] Fix shadowing warnings
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/transforms6: 272/273] Fix shadowing warnings
- Date: Wed, 13 Feb 2019 09:16:09 +0000 (UTC)
commit f0e09b1d575cec18aa59914f95601dcca14bd976
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 402c3f9e69..2400732283 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -11394,8 +11394,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);
@@ -11421,8 +11419,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]