Update to build on Xcode 6.0: remove more of unused variables
parent
51ed4c977a
commit
15e94f8ff2
|
|
@ -50,7 +50,6 @@
|
|||
LLFloaterTOS::LLFloaterTOS(const LLSD& data)
|
||||
: LLModalDialog( data["message"].asString() ),
|
||||
mMessage(data["message"].asString()),
|
||||
mWebBrowserWindowId( 0 ),
|
||||
mLoadingScreenLoaded(false),
|
||||
mSiteAlive(false),
|
||||
mRealNavigateBegun(false),
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ public:
|
|||
private:
|
||||
|
||||
std::string mMessage;
|
||||
int mWebBrowserWindowId;
|
||||
bool mLoadingScreenLoaded;
|
||||
bool mSiteAlive;
|
||||
bool mRealNavigateBegun;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
static LLPanelInjector<LLTwitterPhotoPanel> t_panel_photo("lltwitterphotopanel");
|
||||
static LLPanelInjector<LLTwitterAccountPanel> t_panel_account("lltwitteraccountpanel");
|
||||
|
||||
const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte
|
||||
const std::string DEFAULT_PHOTO_LOCATION_URL = "http://maps.secondlife.com/";
|
||||
const std::string DEFAULT_PHOTO_QUERY_PARAMETERS = "?sourceid=slshare_photo&utm_source=twitter&utm_medium=photo&utm_campaign=slshare";
|
||||
const std::string DEFAULT_STATUS_TEXT = " #SecondLife";
|
||||
|
|
|
|||
Loading…
Reference in New Issue