1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Remove unused variable.

This commit is contained in:
Dave Davenport 2018-12-15 21:22:53 +01:00
parent 36d02d1d5c
commit 8ea484349b

View file

@ -1237,7 +1237,6 @@ void rofi_output_formatted_line ( const char *format, const char *string, int se
static gboolean helper_eval_cb2 ( const GMatchInfo *info, GString *res, gpointer data )
{
GHashTable *h = (GHashTable*)h;
gchar *match;
// Get the match
int num_match = g_match_info_get_match_count(info);