summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-12-15 21:22:53 +0100
committerDave Davenport <qball@gmpclient.org>2018-12-15 21:22:53 +0100
commit8ea484349b931a91474c2e35ee7a725101eaf2a5 (patch)
tree0165feb0672dd640b6f5cf856e8ec41c15d18a38 /source
parent36d02d1d5ca0985c39b23dea1c780aaeeb47c801 (diff)
Remove unused variable.
Diffstat (limited to 'source')
-rw-r--r--source/helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/helper.c b/source/helper.c
index 3174d34d..61bf5dd7 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -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);