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:
Eric Huss 2025-08-13 18:03:57 -07:00
parent 04ff12a206
commit 76c5b6967a

View file

@ -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(),