summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenufile.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewermenufile.h')
-rw-r--r--indra/newview/llviewermenufile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llviewermenufile.h b/indra/newview/llviewermenufile.h
index 8f7df48a2e..d99f9dc4c6 100644
--- a/indra/newview/llviewermenufile.h
+++ b/indra/newview/llviewermenufile.h
@@ -74,17 +74,6 @@ bool get_bulk_upload_expected_cost(
void do_bulk_upload(std::vector<std::string> filenames, bool allow_2k);
-void upload_single_file(
- const std::vector<std::string>& filenames,
- LLFilePicker::ELoadFilter type,
- const LLUUID& dest);
-
-void upload_bulk(
- const std::vector<std::string>& filenames,
- LLFilePicker::ELoadFilter type,
- bool allow_2k,
- const LLUUID& dest);
-
//consider moving all file pickers below to more suitable place
class LLFilePickerThread : public LLThread
{ //multi-threaded file picker (runs system specific file picker in background and calls "notify" from main thread)