From f820f205d0ec1c5ce9027e49755fc8642b0c5b42 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 22:41:12 +0400 Subject: css cleanup; remove auxDlg; add separate prefs.css --- js/functions.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'js/functions.js') 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) { -- cgit v1.2.3-54-g00ecf