Don’t create a string we never use on OSX

Cinders 2013-11-17 13:14:50 -07:00
parent 089dc045d1
commit e183ae134c
1 changed files with 2 additions and 0 deletions

View File

@ -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]
}