useless use Switch removed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig
2012-04-10 14:04:40 +00:00
parent a1b1600cba
commit dee13a61a2
6 changed files with 0 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ package main;
use strict;
use warnings;
use Switch;
my $time_old = 0;

View File

@@ -47,7 +47,6 @@ package main;
use strict;
use warnings;
use Switch;
# Debug this module? YES = 1, NO = 0
my $RFXX10REC_debug = 0;

View File

@@ -17,7 +17,6 @@ package main;
use strict;
use warnings;
use Switch;
my $time_old = 0;

View File

@@ -31,7 +31,6 @@ package main;
use strict;
use warnings;
use Switch;
# Debug this module? YES = 1, NO = 0
my $TRX_ELSE_debug = 0;

View File

@@ -35,7 +35,6 @@ package main;
use strict;
use warnings;
use Switch;
# Debug this module? YES = 1, NO = 0
my $TRX_LIGHT_debug = 0;

View File

@@ -32,7 +32,6 @@ package main;
use strict;
use warnings;
use Switch;
# Debug this module? YES = 1, NO = 0
my $TRX_SECURITY_debug = 0;