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

@ -23,8 +23,6 @@ Tab::Tab()
); );
} }
Tab::~Tab() = default;
// Getters // Getters
Glib::ustring Tab::get_page_title( Glib::ustring Tab::get_page_title(
const int & PAGE_NUMBER const int & PAGE_NUMBER

View File

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