remove shadow(unused) variables.

This commit is contained in:
Hermet Park 2019-12-30 13:57:55 +09:00
parent 5ca60ccf22
commit 1c16ed647b
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h, w0, h0;
static int done = 0;
for (i = 0; i < OBNUM; i++)
{
w0 = 80;

View File

@ -49,7 +49,7 @@ static void _loop(double t, int f)
{
int i;
Evas_Coord x, y, w, h, w0, h0;
static int done = 0;
for (i = 0; i < OBNUM; i++)
{
w0 = 80;