gpui: Fix visual_test.rs feature-gating screen-capture import (#49701)

Piotr Osiewicz created

Closes #ISSUE

Before you mark this PR as ready for review, make sure that you have:
- [ ] Added a solid test coverage and/or screenshots from doing manual
testing
- [ ] Done a self-review taking into account security and performance
aspects
- [ ] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A

Change summary

crates/gpui/src/platform/visual_test.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/gpui/src/platform/visual_test.rs 🔗

@@ -5,7 +5,6 @@
 //! - Deterministic task scheduling via TestDispatcher
 //! - Controllable time via `advance_clock`
 
-#[cfg(feature = "screen-capture")]
 use crate::ScreenCaptureSource;
 use crate::{
     AnyWindowHandle, BackgroundExecutor, ClipboardItem, CursorStyle, ForegroundExecutor, Keymap,