diff options
author | McCabe Maxsted | 2009-11-18 22:38:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-18 22:38:27 -0700 |
commit | 2fd88f77987e7b8945dbbfd182dca67f46872747 (patch) | |
tree | 11c5fec40145913348d8f9e2dfbb925d1fe75b75 /linden/indra/win_updater/updater.cpp | |
parent | Fixed a compile blocker in LLVoSky::stepCurrent(). (diff) | |
download | meta-impy-2fd88f77987e7b8945dbbfd182dca67f46872747.zip meta-impy-2fd88f77987e7b8945dbbfd182dca67f46872747.tar.gz meta-impy-2fd88f77987e7b8945dbbfd182dca67f46872747.tar.bz2 meta-impy-2fd88f77987e7b8945dbbfd182dca67f46872747.tar.xz |
Removed old unused reference to gProductName in windows updater
Diffstat (limited to '')
-rw-r--r-- | linden/indra/win_updater/updater.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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 | |||
350 | // Parse the command line arguments | 350 | // Parse the command line arguments |
351 | // | 351 | // |
352 | int parse_args_result = parse_args(argc, argv); | 352 | int parse_args_result = parse_args(argc, argv); |
353 | WCHAR window_title[2048]; | ||
354 | if (gProductName) | ||
355 | { | ||
356 | mbstowcs(window_title, gProductName, 2048); | ||
357 | wcscat(window_title, L" Updater"); /* Flawfinder: ignore */ | ||
358 | } | ||
359 | else | ||
360 | { | ||
361 | mbstowcs(window_title, "Imprudence Updater", 2048); | ||
362 | } | ||
363 | 353 | ||
364 | WNDCLASSEX wndclassex = { 0 }; | 354 | WNDCLASSEX wndclassex = { 0 }; |
365 | DEVMODE dev_mode = { 0 }; | 355 | DEVMODE dev_mode = { 0 }; |