summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/OC/dialogs.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js
index 3e4344ac677..286f9848290 100644
--- a/core/src/OC/dialogs.js
+++ b/core/src/OC/dialogs.js
@@ -1116,19 +1116,6 @@ const Dialogs = {
}
return defer.promise()
},
- _getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm
- if (typeof (mimeType) === 'string') {
- mimeType = [mimeType]
- }
-
- return $.getJSON(
- OC.filePath('files', 'ajax', 'list.php'),
- {
- dir: dir,
- mimetypes: JSON.stringify(mimeType)
- }
- )
- },
/**
* fills the filepicker with files