diff --git a/livesupport/modules/htmlUI/var/formmask/make_localisations.php b/livesupport/modules/htmlUI/var/formmask/make_localisations.php
deleted file mode 100755
index efb11bc97..000000000
--- a/livesupport/modules/htmlUI/var/formmask/make_localisations.php
+++ /dev/null
@@ -1,25 +0,0 @@
-$val) {
- if (is_array($val)) {
- flat($val);
- } else {
- if ($key==='label')
- echo "##$val##\r";
- }
- }
-
-}
-
-#print_r($mask);
-flat($mask);
-?>
diff --git a/livesupport/modules/htmlUI/var/formmask/make_relations.php b/livesupport/modules/htmlUI/var/formmask/make_relations.php
deleted file mode 100755
index 8a3c62ea5..000000000
--- a/livesupport/modules/htmlUI/var/formmask/make_relations.php
+++ /dev/null
@@ -1,25 +0,0 @@
-$val) {
- if (is_array($val)) {
- flat($val);
- } else {
- if ($key==='label')
- echo "'".$in['element']."' => '".$in['label']."',
";
- }
- }
-
-}
-
-#print_r($mask);
-flat($mask);
-?>