Remove duplicate ThemeColor defs
This commit is contained in:
parent
c9d214e8ef
commit
438cf529bb
4 changed files with 0 additions and 4 deletions
|
@ -36,7 +36,6 @@ impl<S: 'static + Send + Sync> Breadcrumb<S> {
|
|||
cx: &mut ViewContext<S>,
|
||||
) -> impl Element<ViewState = S> {
|
||||
let color = ThemeColor::new(cx);
|
||||
let color = ThemeColor::new(cx);
|
||||
|
||||
let symbols_len = self.symbols.len();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue