Skip to content
Snippets Groups Projects
Commit 908e4726 authored by deuce's avatar deuce
Browse files

Back out last change (Silly)

parent 6d314350
Branches
Tags
No related merge requests found
......@@ -51,7 +51,6 @@ function get_my_message_offsets()
msg["hdr"]=hdr;
msg.idx=idx;
msg.offset=last_offset;
msg.number=idx.number;
offsets.push(msg);
}
return(offsets);
......@@ -71,7 +70,6 @@ function get_all_message_offsets()
msg.hdr=hdr;
msg.idx=idx;
msg.offset=last_offset;
msg.number=idx.number;
offsets.push(msg);
}
return(offsets);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment