summaryrefslogtreecommitdiff
path: root/src/logindata.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-22 08:51:16 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-22 08:51:16 +0000
commit720f758a8c6bece45e0d2d42e48bed67167f26c6 (patch)
treed04c4d157f19c3afe8a45d8f39be54aee43c8608 /src/logindata.h
parent491b9ec1230dd010466d698aba903fed5bcedee2 (diff)
downloadmana-client-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.gz
mana-client-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.bz2
mana-client-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.xz
mana-client-720f758a8c6bece45e0d2d42e48bed67167f26c6.zip
Cleaned a bit.
Diffstat (limited to 'src/logindata.h')
-rw-r--r--src/logindata.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/logindata.h b/src/logindata.h
index fbbbb573..ad6537b6 100644
--- a/src/logindata.h
+++ b/src/logindata.h
@@ -24,6 +24,8 @@
#ifndef _TMW_LOGINDATA_H
#define _TMW_LOGINDATA_H
+#include <string>
+
struct LoginData
{
std::string username;
@@ -32,10 +34,6 @@ struct LoginData
std::string email;
short port;
- int account_ID;
- int session_ID1;
- int session_ID2;
-
bool remember; /**< Whether to store the username and host. */
bool registerLogin; /**< Whether an account is being registered. */