Skip to content

Commit 178e0ff

Browse files
committed
Remove unused variable
1 parent b9f1662 commit 178e0ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)