Remove an unused variable.

This commit is contained in:
Michael Drake 2014-05-31 08:47:32 +01:00
parent 77cea75e51
commit ee32aa43fe

View File

@ -638,7 +638,6 @@ static nsurl *gui_get_resource_url(const char *path)
{
char buf[1024];
char path2[1024];
char *raw;
nsurl *url = NULL;
if(ami_locate_resource(buf, path) == false)