drop extra methods

This commit is contained in:
yggverse 2024-08-20 14:59:26 +03:00
parent 0c039e5744
commit 233471c22b

View File

@ -13,14 +13,6 @@ namespace app::browser::header::main
Title(); Title();
~Title(); ~Title();
void set_title(
Glib::ustring $value
);
void set_subtitle(
Glib::ustring $value
);
}; };
} }