tablet: remove old comment

This commit is contained in:
Vaxry 2025-08-27 22:16:46 +02:00
parent 0ed880f3f7
commit d7cf95b515
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -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());
}