Remove duplicate ThemeColor defs

This commit is contained in:
Nate Butler 2023-10-23 11:00:45 -04:00
parent c9d214e8ef
commit 438cf529bb
4 changed files with 0 additions and 4 deletions

View file

@ -21,7 +21,6 @@ impl<S: 'static + Send + Sync> ProjectPanel<S> {
fn render(&mut self, _view: &mut S, cx: &mut ViewContext<S>) -> impl Element<ViewState = S> {
let color = ThemeColor::new(cx);
let color = ThemeColor::new(cx);
div()
.id(self.id.clone())