diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-03-30 20:11:27 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-03-30 20:11:27 +0300 |
commit | a6ff7db10171132ec2c8f6a3d3c133509bd760f1 (patch) | |
tree | c964f83574a054d6c8d618143c1a5d99e6a3797a /indra/newview/lllocalbitmaps.cpp | |
parent | 802302a31c06f2ca98875d73ff424ae3d9df195f (diff) |
MAINT-3585 FIXED (Crashes when attempting to upload image.)
Diffstat (limited to 'indra/newview/lllocalbitmaps.cpp')
-rwxr-xr-x | indra/newview/lllocalbitmaps.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lllocalbitmaps.cpp b/indra/newview/lllocalbitmaps.cpp index 4a89fc92b4..619140e922 100755 --- a/indra/newview/lllocalbitmaps.cpp +++ b/indra/newview/lllocalbitmaps.cpp @@ -844,9 +844,6 @@ bool LLLocalBitmapMgr::addUnit() LLFilePicker& picker = LLFilePicker::instance(); if (picker.getMultipleOpenFiles(LLFilePicker::FFLOAD_IMAGE)) { - //For fix problem with Core Flow view on OSX - restoreGLContext(); - sTimer.stopTimer(); std::string filename = picker.getFirstFile(); |