remove code not in use

This commit is contained in:
yggverse 2024-10-15 18:18:11 +03:00
parent db3c5366fd
commit 2da322a47e

View File

@ -1,7 +1,7 @@
use adw::StatusPage; use adw::StatusPage;
pub struct Error { pub struct Error {
gobject: StatusPage, // nothing yet..
} }
impl Error { impl Error {