From ef93c9620b8971fa766b8f26855a509e585c4e10 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 6 Feb 2023 06:30:54 -0500 Subject: [PATCH] Fix mac build --- indra/newview/llfilepicker.cpp | 2 -- indra/newview/llfilepicker_mac.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index 9b9c155d2b7..41108e51c78 100644 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -759,8 +759,6 @@ bool LLFilePicker::doNavSaveDialog(ESaveFilter filter, const std::string& filena // Run the dialog std::unique_ptr<std::string> filev = doSaveDialog(&namestring, - &type, - &creator, &extension, mPickOptions); diff --git a/indra/newview/llfilepicker_mac.h b/indra/newview/llfilepicker_mac.h index b2fb371afea..eaf2c3e4d78 100644 --- a/indra/newview/llfilepicker_mac.h +++ b/indra/newview/llfilepicker_mac.h @@ -42,8 +42,6 @@ std::unique_ptr<std::vector<std::string>> doLoadDialog(const std::vector<std::string>* allowed_types, unsigned int flags); std::unique_ptr<std::string> doSaveDialog(const std::string* file, - const std::string* type, - const std::string* creator, const std::string* extension, unsigned int flags); enum { -- GitLab