From 2fd88f77987e7b8945dbbfd182dca67f46872747 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 18 Nov 2009 22:38:27 -0700 Subject: Removed old unused reference to gProductName in windows updater --- linden/indra/win_updater/updater.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/win_updater/updater.cpp b/linden/indra/win_updater/updater.cpp index 9aed612..9d57880 100644 --- a/linden/indra/win_updater/updater.cpp +++ b/linden/indra/win_updater/updater.cpp @@ -350,16 +350,6 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nSho // Parse the command line arguments // int parse_args_result = parse_args(argc, argv); - WCHAR window_title[2048]; - if (gProductName) - { - mbstowcs(window_title, gProductName, 2048); - wcscat(window_title, L" Updater"); /* Flawfinder: ignore */ - } - else - { - mbstowcs(window_title, "Imprudence Updater", 2048); - } WNDCLASSEX wndclassex = { 0 }; DEVMODE dev_mode = { 0 }; -- cgit v1.1