From 0230f4d9ea7dbefe56b10d657b77a00422b2d2ac Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 4 Sep 2012 15:48:38 +0100 Subject: [PATCH] Remove unused statement wasting memory --- src/search/SearchModel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/search/SearchModel.cpp b/src/search/SearchModel.cpp index 341ca2863..913e95bd7 100644 --- a/src/search/SearchModel.cpp +++ b/src/search/SearchModel.cpp @@ -36,8 +36,6 @@ void * SearchModel::updateSaveListTHelper(void * obj) void * SearchModel::updateSaveListT() { - void ** information = new void*[2]; - std::string category = ""; if(showFavourite) category = "Favourites";