summaryrefslogtreecommitdiff
path: root/adw/src/alertdialog.cpp
diff options
context:
space:
mode:
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{};