Removed traces of the regedit unit tests.

diff --git a/programs/regapi/tests/regapi.pl b/programs/regapi/tests/regapi.pl
index 69d6538..b572fbd 100644
--- a/programs/regapi/tests/regapi.pl
+++ b/programs/regapi/tests/regapi.pl
@@ -22,8 +22,6 @@
 use diagnostics;
 
 test_diff();
-#TODO!!!
-#test_regedit();
 
 #removes all test output files
 sub clear_output
@@ -48,17 +46,3 @@
     }
     clear_output();
 }
-
-#tests compatibility with regedit
-sub test_regedit
-{
-    my $orig = './tests/orig.reg';
-    my $regedit = 'regapi';
-    my $delete_cmd;
-    my $insert_cmd = "$regedit setValue < $orig";
-    my $export_cmd;
-
-    qx/$insert_cmd/;
-    print "Insert: $insert_cmd\n";
-    clear_output();
-}