Remove unused variables

SVN revision: 16816
This commit is contained in:
sebastid 2005-09-20 18:22:01 +00:00 committed by sebastid
parent b1836c9e56
commit 3ee7af9772
1 changed files with 2 additions and 5 deletions

View File

@ -267,12 +267,9 @@ e_error_message_manager_show(E_Manager *man, char *title, char *txt)
}
else
{
char format[1024];
int x, y, w, h;
int x, y;
Evas_Coord ow, oh;
char *fname, *newstr;
int fsize;
evas_object_move(o, 0, 0);
evas_object_resize(o, error_w, error_h);
edje_object_signal_callback_add(o, "close", "",