mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
janitor: Remove dead code
Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
This commit is contained in:
parent
87e6da2131
commit
7683f805a5
1 changed files with 0 additions and 3 deletions
|
@ -82,8 +82,6 @@ public:
|
|||
union SetValueHelper {
|
||||
cbindgen_private::AccessibilityAction action;
|
||||
SetValueHelper(SharedString value)
|
||||
// : action { .set_value = { cbindgen_private::AccessibilityAction::Tag::SetValue,
|
||||
// std::move(value) } }
|
||||
{
|
||||
new (&action.set_value) cbindgen_private::AccessibilityAction::SetValue_Body {
|
||||
cbindgen_private::AccessibilityAction::Tag::SetValue, std::move(value)
|
||||
|
@ -105,7 +103,6 @@ public:
|
|||
union DefaultActionHelper {
|
||||
cbindgen_private::AccessibilityAction action;
|
||||
DefaultActionHelper()
|
||||
//: action { .tag = cbindgen_private::AccessibilityAction::Tag::Default }
|
||||
{
|
||||
action.tag = cbindgen_private::AccessibilityAction::Tag::Default;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue