Browse Source

get rid of unused hard-coded URLs

diafero 13 years ago
parent
commit
3f1fb41c2b
  1. 6
      Sources/Plasma/Apps/plClient/winmain.cpp
  2. 13
      Sources/Plasma/Apps/plUruLauncher/Main.cpp
  3. 1
      Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp

6
Sources/Plasma/Apps/plClient/winmain.cpp

@ -70,12 +70,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define UPDATE_STATUSMSG_SECONDS 30
#define WM_USER_SETSTATUSMSG WM_USER+1
#if BUILD_TYPE == BUILD_TYPE_DEV
#define STATUS_PATH L"www2.cyanworlds.com"
#else
#define STATUS_PATH L"support.cyanworlds.com"
#endif
//
// Globals
//

13
Sources/Plasma/Apps/plUruLauncher/Main.cpp

@ -39,19 +39,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define WHITESPACE L" \"\t\r\n\x1A"
#define UPDATE_STATUSMSG_SECONDS 30 // Must be an int
#if BUILD_TYPE == BUILD_TYPE_DEV
#define STATUS_PATH L"www2.cyanworlds.com"
#else
#define STATUS_PATH L"support.cyanworlds.com"
#endif
#if BUILD_TYPE == BUILD_TYPE_BETA
static const char s_postKey[] = ""; //"betakey=6C5DC90EFD7AF8892D2A65CDE5DF46D55A2777EC3D196ED83F912B62185A74DD";
#else
static const char s_postKey[] = "";
#endif
/*****************************************************************************
*

1
Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp

@ -63,7 +63,6 @@ plLoginDialog::plLoginDialog( HWND parentWnd )
std::string plLoginDialog::MakeSafeLobbyServerName(const std::string & value)
{
//return plIDataServer::MakeSafeMachineName(value,"parablegame.cyanworlds.com");
return "";
}

Loading…
Cancel
Save