Don’t create a string we never use on OSX
parent
089dc045d1
commit
e183ae134c
|
|
@ -1616,12 +1616,14 @@ void LLSplashScreenMacOSX::showImpl()
|
|||
|
||||
void LLSplashScreenMacOSX::updateImpl(const std::string& mesg)
|
||||
{
|
||||
#if 0 // [FS:CR] This isn't used for anything at all...
|
||||
if(mWindow != NULL)
|
||||
{
|
||||
CFStringRef string = NULL;
|
||||
|
||||
string = CFStringCreateWithCString(NULL, mesg.c_str(), kCFStringEncodingUTF8);
|
||||
}
|
||||
#endif // [FS:CR]
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue