Skip to content

Commit

Permalink
VncServer: UltraVNC: remove obsolete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Sep 16, 2018
1 parent 8fc2214 commit 3623589
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/vncserver/ultravnc-builtin/ultravnc.cpp
Expand Up @@ -225,10 +225,6 @@ const UINT MENU_AUTO_RECONNECT_MSG = RegisterWindowMessage("WinVNC.AddAutoClient
const UINT MENU_STOP_RECONNECT_MSG = RegisterWindowMessage("WinVNC.AddStopClient.Message");
const UINT MENU_STOP_ALL_RECONNECT_MSG = RegisterWindowMessage("WinVNC.AddStopAllClient.Message");
const UINT MENU_REPEATER_ID_MSG = RegisterWindowMessage("WinVNC.AddRepeaterID.Message");
// adzm 2009-07-05 - Tray icon balloon tips
// adzm 2010-02-10 - Changed this window message (added 2) to prevent receiving the same message from older UltraVNC builds
// which will send this message between processes with process-local pointers to strings as the wParam and lParam
const UINT MENU_TRAYICON_BALLOON_MSG = RegisterWindowMessage("WinVNC.TrayIconBalloon2.Message");


const char *MENU_CLASS_NAME = "WinVNC Tray Icon";
Expand Down

0 comments on commit 3623589

Please sign in to comment.