diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:01:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 20:01:24 +0200 |
| commit | c900e09ec994a928b88112e379d334f03175ebff (patch) | |
| tree | a23d0f1919e9f55cf517aad9ac313f92c31ba2c3 /adw/src/alertdialog.cpp | |
| parent | fe21003777718efac8743bf99c5388b3d6477be2 (diff) | |
| download | turns-c900e09ec994a928b88112e379d334f03175ebff.tar.xz turns-c900e09ec994a928b88112e379d334f03175ebff.zip | |
adw: move ResponseAppearance
Diffstat (limited to 'adw/src/alertdialog.cpp')
| -rw-r--r-- | adw/src/alertdialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/adw/src/alertdialog.cpp b/adw/src/alertdialog.cpp index ea9cdca..585d9e8 100644 --- a/adw/src/alertdialog.cpp +++ b/adw/src/alertdialog.cpp @@ -29,10 +29,6 @@ namespace Adwaita { - static_assert(static_cast<int>(AlertDialog::ResponseAppearance::_default) == ADW_RESPONSE_DEFAULT); - static_assert(static_cast<int>(AlertDialog::ResponseAppearance::suggested) == ADW_RESPONSE_SUGGESTED); - static_assert(static_cast<int>(AlertDialog::ResponseAppearance::destructive) == ADW_RESPONSE_DESTRUCTIVE); - namespace { auto constinit _class = AlertDialog::Class{}; |
