Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 18:26:11 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 18:26:11 +0300
commit89b75b3a4e94fb33e427281dce12fe474c248291 (patch)
treea4b2a10f7a4c1961d1ff4c9eca339eb7eb898a79 /js/functions.js
parent81bd7f38af3f3c048baa20b9ce99020d0c648ca1 (diff)
Remove dead code
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/functions.js b/js/functions.js
index b4460dd8aa..ee91aa4beb 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -5,11 +5,6 @@
*/
/**
- * @var $table_clone reference to the action links on the tbl_structure page
- */
-var $table_clone = false;
-
-/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox
*/
var sql_box_locked = false;