Lightningbeam/lightningbeam-ui/lightningbeam-editor/src/export
Skyler Lehmkuhl 83057b754a Clean up build warnings
Resolve all compiler warnings across daw-backend, lightningbeam-core, and
lightningbeam-editor:

- Delete dead code: the superseded CPU raster tools in raster_tool.rs
  (EffectBrush/Smudge/Gradient/Transform/Warp/Liquify/Selection — replaced by
  the GPU path), plus orphaned helpers and never-read struct fields.
- Mechanical fixes: drop unused imports/variables/mut, underscore unused params,
  `drop(&x)` -> `let _ = x`, deprecated egui::Rounding -> CornerRadius, snake_case
  rename, elided-lifetime Cow<'_, [u8]>.
- Keep the WIP CSS theming system (theme.rs/theme_render.rs) under
  #[allow(dead_code)] rather than deleting it.

Editor checks warning-free; 293 core tests pass.
2026-06-21 16:48:59 -04:00
..
async_render_helpers.md slightly improve video export speed 2025-12-12 11:12:02 -05:00
audio_exporter.rs Massive tempo refactor - make beats canonical time rep and allow them to be non constant 2026-04-02 10:26:01 -04:00
cpu_yuv_converter.rs Export speed #2: cache the RGBA→YUV swscale context across frames 2026-06-21 01:34:28 -04:00
dialog.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
image_exporter.rs Export images 2026-03-09 11:22:51 -04:00
mod.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
perf_metrics.rs slightly improve video export speed 2025-12-12 11:12:02 -05:00
readback_pipeline.rs Clean up build warnings 2026-02-14 11:07:32 -05:00
video_exporter.rs Phase 3a-1: lazy fault-in of raster keyframe pixels 2026-06-19 16:59:46 -04:00