diff options
author | Badlop <badlop@process-one.net> | 2011-07-19 21:28:22 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-07-19 22:14:59 +0200 |
commit | cd2d207877c605b2618069646a720100bc0d8589 (patch) | |
tree | edbf4417ea147b7937f8583a6337d5e1d02d3217 /src | |
parent | Support for: Room option to ignore private messages from visitors (diff) |
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_muc/mod_muc.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl index f20ae4936..791e5e0d9 100644 --- a/src/mod_muc/mod_muc.erl +++ b/src/mod_muc/mod_muc.erl @@ -415,8 +415,7 @@ handle_cast(_Msg, State) -> %% Description: Handling all non call/cast messages %%-------------------------------------------------------------------- handle_info({route, From, To, Packet}, - #state{host = HostOrGlobal, - server_host = ServerHost, + #state{server_host = ServerHost, access = Access, default_room_opts = DefRoomOpts, history_size = HistorySize, |