diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/storage.h b/src/storage.h index 0022aac4..13b9842f 100644 --- a/src/storage.h +++ b/src/storage.h @@ -280,12 +280,6 @@ class Storage delAccount(const std::string& userName) = 0; /** - * Add character to account. - */ - //virtual void - //addCharacter(const Being *); - - /** * Saves the changes permanently. */ virtual void |