From f58fc7696660d9835e7d8cc1278f2566e73f4c6d Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 8 Mar 2013 08:56:11 +0100 Subject: [PATCH] remove unused variable --- notification.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/notification.c b/notification.c index e7c3589..4eaa92d 100644 --- a/notification.c +++ b/notification.c @@ -387,9 +387,6 @@ int notification_init(notification * n, int id) char *human_readable = n->actions->actions[i + 1]; string_replace_char('[', '(', human_readable); // kill square brackets string_replace_char(']', ')', human_readable); - char *tmp = - g_strdup_printf("%s %s", n->appname, - human_readable); n->actions->dmenu_str = string_append(n->actions->dmenu_str,