Skip to content

Commit c77d22d

Browse files
committed
remove unused import
1 parent a8bbd82 commit c77d22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/processing_render/src

crates/processing_render/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use processing_core::config::*;
2727
use processing_core::error;
2828

2929
use crate::geometry::{AttributeFormat, AttributeValue};
30-
use crate::graphics::{DEFAULT_CLEAR_COLOR, flush};
30+
use crate::graphics::flush;
3131
use crate::image::gpu_image;
3232
use crate::render::command::DrawCommand;
3333

0 commit comments

Comments
 (0)