From 548cbfb1e0bcc719a3ff7831f835dc8c0eca5f8f Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 30 Jul 2026 12:21:59 +0200 Subject: [PATCH] Drop the VNC port constant left unused by the shared types move --- management/server/types/account.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/management/server/types/account.go b/management/server/types/account.go index 545906d01..a966dbe8a 100644 --- a/management/server/types/account.go +++ b/management/server/types/account.go @@ -41,9 +41,6 @@ const ( PublicCategory = "public" PrivateCategory = "private" UnknownCategory = "unknown" - - // vncInternalPort is the internal port the VNC server listens on (behind DNAT from 5900). - vncInternalPort = 25900 ) // AccountMeta is a struct that contains a stripped down version of the Account object.