SVN revision: 14271
This commit is contained in:
sebastid 2005-04-21 07:18:49 +00:00 committed by sebastid
parent 4455f39d88
commit e94cfff3ac
1 changed files with 0 additions and 13 deletions

View File

@ -158,7 +158,6 @@ error:
int
e_app_is_parent(E_App *parent, E_App *app)
{
Evas_List *l;
E_App *current;
current = app->parent;
@ -170,16 +169,6 @@ e_app_is_parent(E_App *parent, E_App *app)
current = current->parent;
}
#if 0
for (l = app->references; l; l = l->next)
{
E_App *a2;
a2 = l->data;
if (a2 == parent)
return 1;
}
#endif
return 0;
}
@ -361,8 +350,6 @@ e_app_window_name_class_find(char *name, char *class)
static void
_e_app_free(E_App *a)
{
Evas_List *l;
if (a->orig)
{
printf("E_App: This is a copy: %s\n", a->path);