diff --git a/Content.Client/Launcher/LauncherConnectingGui.xaml b/Content.Client/Launcher/LauncherConnectingGui.xaml
index f6aaa9fcfa..faf08068e1 100644
--- a/Content.Client/Launcher/LauncherConnectingGui.xaml
+++ b/Content.Client/Launcher/LauncherConnectingGui.xaml
@@ -28,17 +28,6 @@
-
-
-
-
-
-
-
diff --git a/Content.Client/Launcher/LauncherConnectingGui.xaml.cs b/Content.Client/Launcher/LauncherConnectingGui.xaml.cs
index 8c89914f0e..bd2bc6eaf8 100644
--- a/Content.Client/Launcher/LauncherConnectingGui.xaml.cs
+++ b/Content.Client/Launcher/LauncherConnectingGui.xaml.cs
@@ -36,7 +36,6 @@ namespace Content.Client.Launcher
private readonly IClipboardManager _clipboard;
private readonly ServersHubManager _serversHubManager; // Sunrise-Edit
- private string _forumLink = ""; // Sunrise-Edit
private string _discordLink = ""; // Sunrise-Edit
private string _telegramLink = ""; // Sunrise-Edit
@@ -66,11 +65,9 @@ namespace Content.Client.Launcher
CopyButtonDisconnected.OnPressed += CopyButtonDisconnectedPressed;
ExitButton.OnPressed += _ => _state.Exit();
- _cfg.OnValueChanged(SunriseCCVars.BanForumLink, s => _forumLink = s, true); // Sunrise-Edit
_cfg.OnValueChanged(SunriseCCVars.BanDiscordLink, s => _discordLink = s, true); // Sunrise-Edit
_cfg.OnValueChanged(SunriseCCVars.BanTelegramLink, s => _telegramLink = s, true); // Sunrise-Edit
- Forum.OnPressed += _ => _uri.OpenUri(_forumLink); // Sunrise-Edit
Discord.OnPressed += _ => _uri.OpenUri(_discordLink); // Sunrise-Edit
Telegram.OnPressed += _ => _uri.OpenUri(_telegramLink); // Sunrise-Edit
diff --git a/Content.Shared/_Sunrise/SunriseCCVars/SunriseCCVars.cs b/Content.Shared/_Sunrise/SunriseCCVars/SunriseCCVars.cs
index 02141b5c0e..1729f777d8 100644
--- a/Content.Shared/_Sunrise/SunriseCCVars/SunriseCCVars.cs
+++ b/Content.Shared/_Sunrise/SunriseCCVars/SunriseCCVars.cs
@@ -305,9 +305,6 @@ public sealed partial class SunriseCCVars : CVars
* Ban links.
*/
- public static readonly CVarDef BanForumLink =
- CVarDef.Create("cl.forum_link", "", CVar.SERVER | CVar.REPLICATED | CVar.ARCHIVE);
-
public static readonly CVarDef BanDiscordLink =
CVarDef.Create("cl.discord_link", "", CVar.SERVER | CVar.REPLICATED | CVar.ARCHIVE);