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.