This commit is contained in:
Ashley Wulber 2022-06-08 10:48:29 -04:00
parent 2cbaaae069
commit b82c153955
3 changed files with 4 additions and 9 deletions

View file

@ -1,7 +1,6 @@
// SPDX-License-Identifier: MPL-2.0-only
use std::cell::Cell;
use std::cell::RefCell;
use glib::{ParamFlags, ParamSpec, Value};
use gtk4::gdk::glib::ParamSpecBoolean;