Ethumb: Fix clang warning

Unused function.......
This commit is contained in:
Jean-Philippe Andre 2015-04-21 19:35:48 +09:00
parent 25b4846314
commit 8fe89711ee
1 changed files with 0 additions and 11 deletions

View File

@ -878,17 +878,6 @@ _ethumb_table_append(Ethumbd *ed)
return i;
}
static inline int
_get_idx_for_path(const char *path)
{
int i;
int n;
n = sscanf(path, "/org/enlightenment/Ethumb/%d", &i);
if (!n)
return -1;
return i;
}
static void _name_owner_changed_cb(void *context, const char *bus, const char *old_id, const char *new_id);
static void