Remove unused variables.

SVN revision: 34862
This commit is contained in:
Sebastian Dransfeld 2008-06-19 12:18:59 +00:00
parent 82d51d02aa
commit 72dcd1c169
2 changed files with 1 additions and 3 deletions

View File

@ -1354,8 +1354,7 @@ static int
dir_has_contents(const char *dir)
{
Ecore_List *bats;
char *name;
bats = ecore_file_ls(dir);
if (bats)
{

View File

@ -510,7 +510,6 @@ _battery_cb_exe_data(void *data, int type, void *event)
int have_battery = 0;
int have_power = 0;
Evas_List *l;
int mins, hrs;
static int debounce_popup = 0;
if (debounce_popup > POPUP_DEBOUNCE_CYCLES)