mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 04:54:15 +00:00
remove destructor definition that not in use
This commit is contained in:
parent
2e5ebda5db
commit
ca4f1c5b0e
@ -23,8 +23,6 @@ Tab::Tab()
|
||||
);
|
||||
}
|
||||
|
||||
Tab::~Tab() = default;
|
||||
|
||||
// Getters
|
||||
Glib::ustring Tab::get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
|
@ -30,8 +30,6 @@ namespace app::browser::main
|
||||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
||||
Glib::ustring get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user