summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-04 14:48:38 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-04 14:48:38 (GMT)
commit0230f4d9ea7dbefe56b10d657b77a00422b2d2ac (patch)
tree35efb0972639b2b6f2943692d6b87d92b88b076d /src
parentd256439c408094356d731afd7ab84c2365cbde7b (diff)
downloadpowder-0230f4d9ea7dbefe56b10d657b77a00422b2d2ac.zip
powder-0230f4d9ea7dbefe56b10d657b77a00422b2d2ac.tar.gz
Remove unused statement wasting memory
Diffstat (limited to 'src')
-rw-r--r--src/search/SearchModel.cpp2
1 files changed, 0 insertions, 2 deletions
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";