src/core/contexts/cocoawindowcontext.mm
@@ -376,24 +376,6 @@ return; } case WindowAttributeChangedHook: { auto args = static_cast<void **>(data); const auto &key = *static_cast<const QString *>(args[0]); const auto &newVar = *static_cast<const QVariant *>(args[1]); const auto &oldVar = *static_cast<const QVariant *>(args[2]); auto &res = *static_cast<bool *>(args[3]); if (key == QStringLiteral("no-system-buttons")) { if (newVar.toBool()) { // TODO: set off } else { // TODO: set on } res = true; } return; } default: break; }