Remove unused statement wasting memory
This commit is contained in:
parent
d256439c40
commit
0230f4d9ea
@ -36,8 +36,6 @@ void * SearchModel::updateSaveListTHelper(void * obj)
|
||||
|
||||
void * SearchModel::updateSaveListT()
|
||||
{
|
||||
void ** information = new void*[2];
|
||||
|
||||
std::string category = "";
|
||||
if(showFavourite)
|
||||
category = "Favourites";
|
||||
|
Reference in New Issue
Block a user