mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +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
|
// Getters
|
||||||
Glib::ustring Tab::get_page_title(
|
Glib::ustring Tab::get_page_title(
|
||||||
const int & PAGE_NUMBER
|
const int & PAGE_NUMBER
|
||||||
|
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user