From 739c3424e7c058f972a2648f2231e6a10c59662d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 5 Apr 2014 20:54:08 +0200 Subject: - loot integration now displays the report - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly --- src/nexusinterface.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/nexusinterface.cpp') diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp index ba2d5754..57c8819d 100644 --- a/src/nexusinterface.cpp +++ b/src/nexusinterface.cpp @@ -161,8 +161,6 @@ NexusInterface::NexusInterface() void NexusInterface::cleanup() { - delete NexusInterface::s_Instance; - NexusInterface::s_Instance = NULL; } @@ -178,9 +176,6 @@ NXMAccessManager *NexusInterface::getAccessManager() NexusInterface *NexusInterface::instance() { static NexusInterface s_Instance; -/* if (s_Instance == NULL) { - s_Instance = new NexusInterface; - }*/ return &s_Instance; } -- cgit v1.3.1