Remove one of the XML filepicker types for Mac that doesn't need to be there anymore

Ansariel 2015-01-20 19:59:49 +01:00
parent 66cca10972
commit cc32221af7
1 changed files with 0 additions and 5 deletions

View File

@ -684,11 +684,6 @@ std::vector<std::string>* LLFilePicker::navOpenFilterProc(ELoadFilter filter) //
allowedv->push_back("dic");
allowedv->push_back("xcu");
break;
// <FS:TS> Compile fix
// case FFLOAD_XML:
// allowedv->push_back("xml");
// break;
// </FS:TS> Compile fix
case FFLOAD_DIRECTORY:
break;
// <FS:CR> Import filter