summaryrefslogtreecommitdiff
path: root/src/storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.cpp')
-rw-r--r--src/storage.cpp7
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