diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index 299e77efce..3b289392c5 100644 --- a/crates/zed/src/main.rs +++ b/crates/zed/src/main.rs @@ -607,7 +607,6 @@ async fn watch_themes(fs: Arc, mut cx: AsyncAppContext) -> Option<()> { #[cfg(not(debug_assertions))] async fn watch_themes( _fs: Arc, - _themes: Arc, _cx: AsyncAppContext, ) -> Option<()> { None