Drop the VNC port constant left unused by the shared types move

This commit is contained in:
Viktor Liu
2026-07-30 12:21:59 +02:00
parent 0e2bd094bb
commit 548cbfb1e0

View File

@@ -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.