Remove one of the XML filepicker types for Mac that doesn't need to be there anymore
parent
66cca10972
commit
cc32221af7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue