remove unused variable in Luncher module

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-11-29 08:56:55 -05:00
parent d4a045278c
commit d3b5b5a48d
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ _grid_icon_add(Instance *inst, Efreet_Desktop *desktop)
{
const char *path = NULL, *k = NULL;
char buf[4096];
int len = 0;
Icon *ic;
ic = E_NEW(Icon, 1);