remove destructor definition that not in use

This commit is contained in:
yggverse 2024-09-02 22:10:14 +03:00
parent 2e5ebda5db
commit ca4f1c5b0e
2 changed files with 0 additions and 4 deletions

View file

@ -30,8 +30,6 @@ namespace app::browser::main
Tab();
~Tab();
Glib::ustring get_page_title(
const int & PAGE_NUMBER
);