Skip to content

Commit ea48c94

Browse files
committed
Remove unused variable
1 parent 422017a commit ea48c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hal/utils/miscgtk.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ void gtk_label_size_to_fit(GtkLabel * label, const gchar * str)
159159
{
160160
GtkRequisition req;
161161
const gchar *current_text;
162-
gint text_len;
163162
gchar *text_buf;
164163

165164
/* get a pointer to the current text */

0 commit comments

Comments
 (0)