Remove some documentation that is no longer correct.

This commit is contained in:
Ms2ger 2016-10-04 17:30:56 +02:00
parent d067f469d0
commit 02311798dd

View file

@ -463,9 +463,6 @@ pub enum CoreResourceMsg {
Exit(IpcSender<()>),
}
/// Initialized but unsent request. Encapsulates everything necessary to instruct
/// the resource thread to make a new request. The `load` method *must* be called before
/// destruction or the thread will panic.
struct LoadOriginData {
pipeline: Option<PipelineId>,
referrer_policy: Option<ReferrerPolicy>,