We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422017a commit ea48c94Copy full SHA for ea48c94
1 file changed
src/hal/utils/miscgtk.c
@@ -159,7 +159,6 @@ void gtk_label_size_to_fit(GtkLabel * label, const gchar * str)
159
{
160
GtkRequisition req;
161
const gchar *current_text;
162
- gint text_len;
163
gchar *text_buf;
164
165
/* get a pointer to the current text */
0 commit comments