diff --git a/src/st/st-theme-node.c b/src/st/st-theme-node.c index dfe629e70..24846ae0d 100644 --- a/src/st/st-theme-node.c +++ b/src/st/st-theme-node.c @@ -1141,8 +1141,6 @@ _st_theme_node_ensure_geometry (StThemeNode *node) else if (node->width > node->max_width) node->width = node->max_width; } - else - node->width = node->min_width; if (node->height != -1) { @@ -1155,8 +1153,6 @@ _st_theme_node_ensure_geometry (StThemeNode *node) else if (node->height > node->max_height) node->height = node->max_height; } - else - node->height = node->min_height; } int