forked from len0rd/rockbox
Oops, tagcache calls was not supposed to be in the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a697717f5d
commit
e769b80cd9
1 changed files with 0 additions and 3 deletions
|
|
@ -60,7 +60,6 @@
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "database.h"
|
#include "database.h"
|
||||||
#include "dircache.h"
|
#include "dircache.h"
|
||||||
#include "tagcache.h"
|
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "splash.h"
|
#include "splash.h"
|
||||||
|
|
@ -132,8 +131,6 @@ void init_dircache(void)
|
||||||
lcd_update();
|
lcd_update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tagcache_init();
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define init_dircache(...)
|
# define init_dircache(...)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue