Remove useless vars.
This commit is contained in:
committed by
Tristan Van Berkom
parent
89cc46374d
commit
211c39c500
@ -980,7 +980,7 @@ gtk_table_get_preferred_width (GtkWidget *widget,
|
|||||||
{
|
{
|
||||||
GtkTable *table = GTK_TABLE (widget);
|
GtkTable *table = GTK_TABLE (widget);
|
||||||
GtkTablePrivate *priv = table->priv;
|
GtkTablePrivate *priv = table->priv;
|
||||||
gint row, col;
|
gint col;
|
||||||
|
|
||||||
gtk_table_size_request_init (table);
|
gtk_table_size_request_init (table);
|
||||||
gtk_table_size_request_pass1 (table);
|
gtk_table_size_request_pass1 (table);
|
||||||
@ -1005,7 +1005,7 @@ gtk_table_get_preferred_height (GtkWidget *widget,
|
|||||||
{
|
{
|
||||||
GtkTable *table = GTK_TABLE (widget);
|
GtkTable *table = GTK_TABLE (widget);
|
||||||
GtkTablePrivate *priv = table->priv;
|
GtkTablePrivate *priv = table->priv;
|
||||||
gint row, col;
|
gint row;
|
||||||
|
|
||||||
gtk_table_size_request_init (table);
|
gtk_table_size_request_init (table);
|
||||||
gtk_table_size_request_pass1 (table);
|
gtk_table_size_request_pass1 (table);
|
||||||
|
|||||||
Reference in New Issue
Block a user