remove destructors overwrite

This commit is contained in:
yggverse 2024-09-05 01:40:56 +03:00
parent 1ec685cabe
commit 207d5079a7
18 changed files with 6 additions and 42 deletions

View file

@ -16,8 +16,6 @@ namespace app::browser::main::tab
Label(
const Glib::ustring & TEXT
);
~Label();
};
}