Remove unused variables.

This commit is contained in:
Michael Drake 2014-05-20 17:52:20 +01:00
parent 4bbc541640
commit 11fcdcca7b

View File

@ -290,9 +290,6 @@ struct node;
void atari_hotlist_add_page( const char * url, const char * title )
{
struct node * root;
struct node * selected = NULL;
struct node * folder = NULL;
nsurl *nsurl;
if(hl.tv == NULL)