UI: Remove FTL support

This commit is contained in:
derrod
2024-07-14 06:09:49 +02:00
committed by Rodney
parent dfc1feac1a
commit 1206870cef
4 changed files with 2 additions and 10 deletions
-3
View File
@@ -746,9 +746,6 @@ QString OBSBasicSettings::FindProtocol()
server.startsWith("rtmps://"))
return QString("RTMPS");
if (server.startsWith("ftl://"))
return QString("FTL");
if (server.startsWith("srt://"))
return QString("SRT");