mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
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:
parent
ff6d1dd0cd
commit
ab19c70aa1
2 changed files with 3 additions and 3 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue