diff options
Diffstat (limited to 'src/storage.cpp')
-rw-r--r-- | src/storage.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/storage.cpp b/src/storage.cpp index 0ba23616..ed31bad4 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -24,10 +24,6 @@ #include "dalstorage.h" -namespace tmwserv -{ - - // initialize the static attributes. Storage* Storage::mInstance = 0; std::string Storage::mName(""); @@ -148,6 +144,3 @@ Storage::getPassword(void) const { return mPassword; } - - -} // namespace tmwserv |