Skip to content

Commit

Permalink
Remove unused ScriptDevtoolControlMsg enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinwoo-Song committed Apr 24, 2015
1 parent e66f761 commit df406b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/devtools_traits/lib.rs
Expand Up @@ -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,
Expand Down

0 comments on commit df406b9

Please sign in to comment.