]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.cpp
Remove a TODO that was fixed a while back.
[nageru] / nageru / mixer.cpp
index 2911dae1d19cc553846fbe66b8871b7c4dd6673c..0efed5aa2d89137eb1bcc7a3baa2be7895984f04 100644 (file)
@@ -1615,7 +1615,6 @@ void Mixer::handle_hotplugged_cards()
 
 #ifdef HAVE_SRT
        // Same, for SRT inputs.
-       // TODO: On disconnect and reconnect, we might want to use the stream ID
        for (SRTSOCKET sock : hotplugged_srt_cards_copy) {
                char name[256];
                int namelen = sizeof(name);