diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
| commit | 29dadf52f1c217ddee7ef9e0873cb4e12797318b (patch) | |
| tree | 6a56923ae608f114b93cfcf67b668fba3de34245 /src/nexusinterface.cpp | |
| parent | 38c5899fef2f21561a00bd5b1df3eff8577ec986 (diff) | |
Forgot to remove the redundant member
Diffstat (limited to 'src/nexusinterface.cpp')
| -rw-r--r-- | src/nexusinterface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp index cbb9ad48..078ca29d 100644 --- a/src/nexusinterface.cpp +++ b/src/nexusinterface.cpp @@ -37,7 +37,6 @@ using namespace MOShared; NexusBridge::NexusBridge(const QString &subModule)
: m_Interface(NexusInterface::instance())
- , m_Url() //Lazily initialised (but redundant)
, m_SubModule(subModule)
{
}
|
