Remove default_theme comment
I don't remember why I added this comment. The default_theme is definitely still used.
This commit is contained in:
parent
04ff12a206
commit
76c5b6967a
1 changed files with 0 additions and 1 deletions
|
|
@ -558,7 +558,6 @@ fn make_data(
|
|||
);
|
||||
}
|
||||
|
||||
// TODO: remove default_theme in 0.5, it is not needed.
|
||||
let default_theme = match html_config.default_theme {
|
||||
Some(ref theme) => theme.to_lowercase(),
|
||||
None => "light".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue