chore: drop incorrect widget impl claim

This commit is contained in:
Ilya Zlobintsev 2025-01-30 22:58:48 +02:00
parent 99ff21f121
commit ea0ff75005

View File

@ -11,7 +11,7 @@ use tracing::debug;
glib::wrapper! {
pub struct OcAdjustment(ObjectSubclass<imp::OcAdjustment>)
@extends gtk::Adjustment, gtk::Widget,
@extends gtk::Adjustment,
@implements gtk::Accessible, gtk::Actionable, gtk::Buildable, gtk::ConstraintTarget;
}