diff options
| author | Tannin <devnull@localhost> | 2014-04-05 20:54:08 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-04-05 20:54:08 +0200 |
| commit | 739c3424e7c058f972a2648f2231e6a10c59662d (patch) | |
| tree | f0a9e40c8b30692aed30ca9f2e2599f0ec9db625 /src/nexusinterface.cpp | |
| parent | cabed9b268c9f095d5e3b98a6797b0bcdcd38b1f (diff) | |
- loot integration now displays the report
- fixes to the previous merge
- bugfix: cli loot didn't handle non-ascii characters correctly
Diffstat (limited to 'src/nexusinterface.cpp')
| -rw-r--r-- | src/nexusinterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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; } |
