Woops, for real this time!
This commit is contained in:
@@ -133,7 +133,7 @@ BOOL LLFloaterScriptQueue::postBuild()
|
|||||||
// static
|
// static
|
||||||
LLFloaterScriptQueue* LLFloaterScriptQueue::findInstance(const LLUUID& id)
|
LLFloaterScriptQueue* LLFloaterScriptQueue::findInstance(const LLUUID& id)
|
||||||
{
|
{
|
||||||
return sInstances.checkData(id)? sInstances.getData(id) : NULL
|
return sInstances.checkData(id) ? sInstances.getData(id) : NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the callback method for the viewer object currently being
|
// This is the callback method for the viewer object currently being
|
||||||
@@ -270,7 +270,7 @@ BOOL LLFloaterScriptQueue::startQueue()
|
|||||||
return nextObject();
|
return nextObject();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Singu TODO: Experiences
|
#if 0 // Singu TODO: Experiences
|
||||||
class CompileQueueExperienceResponder : public LLHTTPClient::ResponderWithResult
|
class CompileQueueExperienceResponder : public LLHTTPClient::ResponderWithResult
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -298,7 +298,7 @@ public:
|
|||||||
}
|
}
|
||||||
/*virtual*/ char const* getName() const { return "RequiredRubbish"; }
|
/*virtual*/ char const* getName() const { return "RequiredRubbish"; }
|
||||||
};
|
};
|
||||||
*/
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user