From 0230f4d9ea7dbefe56b10d657b77a00422b2d2ac Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 4 Sep 2012 15:48:38 +0100 Subject: Remove unused statement wasting memory diff --git a/src/search/SearchModel.cpp b/src/search/SearchModel.cpp index 341ca28..913e95b 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"; -- cgit v0.9.2-21-gd62e