From d7cf95b5151482057447aad3258be918bee3d32c Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 27 Aug 2025 22:16:46 +0200 Subject: [PATCH] tablet: remove old comment --- src/protocols/Tablet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocols/Tablet.cpp b/src/protocols/Tablet.cpp index d3a94242..b4f3b3eb 100644 --- a/src/protocols/Tablet.cpp +++ b/src/protocols/Tablet.cpp @@ -97,7 +97,6 @@ bool CTabletPadV2Resource::good() { } void CTabletPadV2Resource::sendData() { - // this is dodgy as fuck. I hate wl_array. it's expanded wl_array_for_each because C++ would complain about the implicit casts for (auto const& p : m_pad->aq()->paths) { m_resource->sendPath(p.c_str()); }