Remove unnecessary use statement
This commit is contained in:
parent
5a6ec5595b
commit
12a4440af0
|
@ -19,7 +19,6 @@ use windows::Win32::UI::WindowsAndMessaging::{
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{EventLoop, MainThreadExecutor};
|
use super::{EventLoop, MainThreadExecutor};
|
||||||
use crate::nih_log;
|
|
||||||
use crate::util::permit_alloc;
|
use crate::util::permit_alloc;
|
||||||
|
|
||||||
/// The custom message ID for our notify event. If the hidden event loop window receives this, then
|
/// The custom message ID for our notify event. If the hidden event loop window receives this, then
|
||||||
|
|
Loading…
Reference in a new issue