summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/account.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/account.h b/include/account.h
index 84a8c5b70..ece5176f9 100644
--- a/include/account.h
+++ b/include/account.h
@@ -27,14 +27,7 @@ class NickCore;
class NickAlias
{
public:
- NickAlias()
- {
- next = prev = NULL;
- nick = last_quit = last_realname = last_usermask = NULL;
- time_registered = last_seen = 0;
- status = 0;
- nc = NULL;
- }
+ NickAlias();
NickAlias *next, *prev;
char *nick; /* Nickname */