Remove unused ScriptDevtoolControlMsg enum

This commit is contained in:
Jinwoo Song 2015-04-24 10:19:16 +09:00
parent e66f761cba
commit df406b996b

View file

@ -119,13 +119,6 @@ pub enum DevtoolScriptControlMsg {
DropTimelineMarkers(PipelineId, Vec<TimelineMarkerType>),
}
/// Messages to instruct devtools server to update its state relating to a particular
/// tab.
pub enum ScriptDevtoolControlMsg {
/// Report a new JS error message
ReportConsoleMsg(String),
}
#[derive(RustcEncodable)]
pub struct Modification{
pub attributeName: String,