mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove destructors overwrite
This commit is contained in:
parent
1ec685cabe
commit
207d5079a7
18 changed files with 6 additions and 42 deletions
|
|
@ -16,6 +16,4 @@ Gemini::Gemini(
|
|||
set_markup(
|
||||
gemtext // @TODO
|
||||
);
|
||||
}
|
||||
|
||||
Gemini::~Gemini() = default;
|
||||
}
|
||||
|
|
@ -13,8 +13,6 @@ namespace app::browser::main::tab::page::content::text
|
|||
Gemini(
|
||||
const Glib::ustring & gemtext
|
||||
);
|
||||
|
||||
~Gemini();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,4 @@ Plain::Plain(
|
|||
set_text(
|
||||
text
|
||||
);
|
||||
}
|
||||
|
||||
Plain::~Plain() = default;
|
||||
}
|
||||
|
|
@ -13,8 +13,6 @@ namespace app::browser::main::tab::page::content::text
|
|||
Plain(
|
||||
const Glib::ustring & text
|
||||
);
|
||||
|
||||
~Plain();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue