Remove stray outdated comment

This commit is contained in:
Simon Hausmann 2023-05-10 14:23:41 +02:00 committed by Simon Hausmann
parent 185334d5e7
commit db07384e9f

View file

@ -207,8 +207,6 @@ macro_rules! init_raw {
type CppRawHandleOpaque = *const c_void;
/// Asserts that CppRawHandleOpaque is as large as CppRawHandle and has the same alignment, to make transmute safe.
#[no_mangle]
pub unsafe extern "C" fn slint_new_raw_window_handle_win32(
hwnd: *mut c_void,