Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Document's unused 'title' #1518

Merged
merged 1 commit into from Jan 17, 2014
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove Document's unused 'title'

There is no current use for this variable.

This is a subtask for #1428.
  • Loading branch information
brunoabinader committed Jan 17, 2014
commit cdf29d4394f2ed2cfa4043cc0a55035e8cb8d6e8
@@ -87,7 +87,6 @@ pub struct Document {
reflector_: Reflector,
window: @mut Window,
doctype: DocumentType,
title: ~str,
idmap: HashMap<DOMString, AbstractNode>,
implementation: Option<@mut DOMImplementation>
}
@@ -120,7 +119,6 @@ impl Document {
reflector_: Reflector::new(),
window: window,
doctype: doctype,
title: ~"",
idmap: HashMap::new(),
implementation: None
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.