updates
[silc.git] / apps / irssi / src / core / nick-rec.h
index 7dff6f32d606a96dbf66bc14b298ef232e7559ca..c4cd8bfd56fa79f2f52a87c4b5c4804677b66ffe 100644 (file)
@@ -20,8 +20,6 @@ unsigned int op:1;
 unsigned int halfop:1;
 unsigned int voice:1;
 
-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. */
 NICK_REC *next; /* support for multiple identically named nicks */