From bc14c3e1501939d10359eb84df7def0f6144b761 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 20 Aug 2011 03:49:17 +0000 Subject: [PATCH] dont need buf anymore SVN revision: 62614 --- src/modules/wizard/page_020.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/wizard/page_020.c b/src/modules/wizard/page_020.c index ac426ec55..73167500c 100644 --- a/src/modules/wizard/page_020.c +++ b/src/modules/wizard/page_020.c @@ -136,8 +136,6 @@ wizard_page_show(E_Wizard_Page *pg) EAPI int wizard_page_hide(E_Wizard_Page *pg) { - char buf[PATH_MAX]; - evas_object_del(pg->data); // actually apply profile if (!profile) profile = "standard";