Merge remote-tracking branch 'shyotl/sunshine'
This commit is contained in:
@@ -191,18 +191,6 @@ BOOL LLFloaterScriptQueue::start()
|
||||
//llinfos << "LLFloaterCompileQueue::start()" << llendl;
|
||||
std::string buffer;
|
||||
|
||||
LLSelectMgr *mgr = LLSelectMgr::getInstance();
|
||||
LLObjectSelectionHandle selectHandle = mgr->getSelection();
|
||||
U32 n_objects = 0;
|
||||
if (gSavedSettings.getBOOL("EditLinkedParts"))
|
||||
{
|
||||
n_objects = selectHandle->getObjectCount();
|
||||
}
|
||||
else
|
||||
{
|
||||
n_objects = selectHandle->getRootObjectCount();
|
||||
}
|
||||
|
||||
LLStringUtil::format_map_t args;
|
||||
args["[START]"] = mStartString;
|
||||
args["[COUNT]"] = llformat ("%d", mObjectIDs.count());
|
||||
|
||||
Reference in New Issue
Block a user