summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/functions.js b/js/functions.js
index ec170a7d9..7da9abfbd 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -717,15 +717,6 @@ function hotkey_prefix_timeout() {
}
}
-function hideAuxDlg() {
- try {
- Element.hide('auxDlg');
- } catch (e) {
- exception_error("hideAuxDlg", e);
- }
-}
-
-
function uploadIconHandler(rc) {
try {
switch (rc) {