Remove unused variables

SVN revision: 20044
This commit is contained in:
Christopher Michael 2006-01-26 21:25:54 +00:00
parent 900ee06331
commit 0191b2fc3a
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ EAPI void
e_color_class_set(const char *color_class, int r, int g, int b, int a, int r2, int b2, int g2, int a2, int r3, int g3, int b3, int a3)
{
E_Color_Class *cc = NULL;
Evas_List *l;
int found = 0;
cc = e_color_class_find(color_class);
if (!cc)