summaryrefslogtreecommitdiff
path: root/src/net/accountserver/account.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-30 23:26:18 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-30 23:26:18 +0000
commitd464d0912e202c11d69d8e33bae8c18304760087 (patch)
tree3b5fcfa01ecc5277f2a23dd46db0a30a0c320d89 /src/net/accountserver/account.h
parent9266a94488be76e8cb9700a1426832dfc914320c (diff)
downloadMana-d464d0912e202c11d69d8e33bae8c18304760087.tar.gz
Mana-d464d0912e202c11d69d8e33bae8c18304760087.tar.bz2
Mana-d464d0912e202c11d69d8e33bae8c18304760087.tar.xz
Mana-d464d0912e202c11d69d8e33bae8c18304760087.zip
Updated protocol.
Diffstat (limited to 'src/net/accountserver/account.h')
-rw-r--r--src/net/accountserver/account.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/accountserver/account.h b/src/net/accountserver/account.h
index 8e46eaa5..368623e6 100644
--- a/src/net/accountserver/account.h
+++ b/src/net/accountserver/account.h
@@ -49,10 +49,6 @@ namespace Net
void changePassword(const std::string &oldPassowrd,
const std::string &newPassword);
-
- void enterWorld();
-
- void enterChat();
}
}
}