Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Aug 20, 2022
1 parent 422017a commit ea48c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hal/utils/miscgtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void gtk_label_size_to_fit(GtkLabel * label, const gchar * str)
{
GtkRequisition req;
const gchar *current_text;
gint text_len;
gchar *text_buf;

/* get a pointer to the current text */
Expand Down

0 comments on commit ea48c94

Please sign in to comment.