Removed module_data from NICK_REC. It's not used for anything and just takes memory.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2317 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-01-15 14:07:19 +00:00 committed by cras
commit ab19c70aa1
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ unsigned int op:1;
unsigned int halfop:1;
unsigned int voice:1;
GHashTable *module_data;
/*GHashTable *module_data;*/
void *unique_id; /* unique ID to use for comparing if one nick is in another channels,
or NULL = nicks are unique, just keep comparing them. */