Remove TODO

SVN revision: 56602
This commit is contained in:
Sebastian Dransfeld 2011-01-31 11:45:40 +00:00
parent e35ba4174c
commit 62ca03731a
2 changed files with 9 additions and 2 deletions

View File

@ -66,3 +66,12 @@
* Before doing strcmp, check if pointers are equal. They might be
because of mmap and stringshare.
2011-01-XX Sebastian Dransfeld
* Remove TODO, code is correct
2011-01-XX Sebastian Dransfeld
* Remove TODO, must be solved in src/lib/efreet_cache.c and
src/bin/efreet_icon_cache_create.c

View File

@ -42,8 +42,6 @@ void *alloca (size_t);
static int _efreet_icon_log_dom = -1;
/* TODO: Scan efreet_extra_icon_dirs for themes */
Eina_Hash *efreet_icon_themes = NULL;
static const char *efreet_icon_deprecated_user_dir = NULL;