Browse Source

remove destructor definition that not in use

CPP-GTK4
yggverse 2 months ago
parent
commit
ca4f1c5b0e
  1. 2
      src/app/browser/main/tab.cpp
  2. 2
      src/app/browser/main/tab.hpp

2
src/app/browser/main/tab.cpp

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

2
src/app/browser/main/tab.hpp

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

Loading…
Cancel
Save