summaryrefslogtreecommitdiff
path: root/adw/src/alertdialog.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:01:24 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:01:24 +0200
commitc900e09ec994a928b88112e379d334f03175ebff (patch)
treea23d0f1919e9f55cf517aad9ac313f92c31ba2c3 /adw/src/alertdialog.cpp
parentfe21003777718efac8743bf99c5388b3d6477be2 (diff)
downloadturns-c900e09ec994a928b88112e379d334f03175ebff.tar.xz
turns-c900e09ec994a928b88112e379d334f03175ebff.zip
adw: move ResponseAppearance
Diffstat (limited to 'adw/src/alertdialog.cpp')
-rw-r--r--adw/src/alertdialog.cpp4
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{};