From 4eb2f2c1b122ec6cf4e98f97c93cdd56ea057947 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Sat, 9 Feb 2019 21:01:12 +0100
Subject: options/base-value: remove stale comment

---
 options/base-value.hpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/options/base-value.hpp b/options/base-value.hpp
index 240cc6b7..722107a4 100644
--- a/options/base-value.hpp
+++ b/options/base-value.hpp
@@ -9,14 +9,14 @@
 #include "compat/macros.hpp"
 #include "value-traits.hpp"
 
+#include <utility>
+
 #include <QObject>
 #include <QString>
 #include <QList>
 #include <QPointF>
 #include <QVariant>
 
-#include <utility>
-
 #define OTR_OPTIONS_SLOT(t) void setValue(t datum) noexcept { store_(datum); }
 #define OTR_OPTIONS_SIGNAL(t) void valueChanged(t) const
 
@@ -34,7 +34,6 @@ public:
     value_(bundle const& b, const QString& name) noexcept;
     ~value_() override;
 
-    // no C++17 "constexpr inline" for data declarations in MSVC
     template<typename t>
     static constexpr auto value_changed()
     {
-- 
cgit v1.2.3