diff options
author | Richard Hitt <rbh00@msi.rbh00.pacbell.net> | 2013-01-07 11:50:54 -0800 |
---|---|---|
committer | Richard Hitt <rbh00@msi.rbh00.pacbell.net> | 2013-01-07 11:50:54 -0800 |
commit | 2af44e02bfc211d281cc51a86d55032134e4da31 (patch) | |
tree | dc62b92b44a9f146cee7ae491952b463856b08c6 /src/common/hexchat.h | |
parent | ae83679e93c20c8399203ca86d88257fcaecfa05 (diff) |
Simplification of new code -- eliminate member lastact_elem
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 010414fd..b242ae87 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -415,7 +415,6 @@ typedef struct session int type; /* SESS_* */ - GList *lastact_elem; /* our GList element in sess_list_by_lastact */ int lastact_idx; /* the sess_list_by_lastact[] index of the list we're in. * For valid values, see defines of LACT_*. */ |