Remove unused variable

SVN revision: 32825
This commit is contained in:
Sebastian Dransfeld 2007-11-22 19:33:34 +00:00
parent 072417d856
commit e0245ebe53
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ EAPI E_Toolbar *
e_toolbar_new(Evas *evas, const char *name, E_Win *fwin, Evas_Object *fm2)
{
E_Toolbar *tbar = NULL;
char buf[4096];
if (!name) return NULL;
if ((!fwin) || (!fm2)) return NULL;