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:
parent
36d02d1d5c
commit
8ea484349b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue