Get rid of old fixmes related to the CID migration

This commit is contained in:
Robbert van der Helm
2021-01-24 16:55:11 +01:00
parent 21ff906bf8
commit 19fd99b58e
2 changed files with 6 additions and 10 deletions
-3
View File
@@ -82,9 +82,6 @@ struct Ack {
* Both `TUID` (`int8_t[16]`) and `FIDString` (`char*`) are hard to work with
* because you can't just copy them. So when serializing/deserializing them
* we'll use `std::array`.
*
* FIXME: Replace usages of ArrayUID everywhere with either `WineUID` or
* `NativeUID`
*/
using ArrayUID = std::array<
std::remove_reference_t<decltype(std::declval<Steinberg::TUID>()[0])>,