2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 13:45:33 +00:00

useless use Switch removed

git-svn-id: https://svn.fhem.de/fhem/trunk@1435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2012-04-10 14:04:40 +00:00
parent a2877c6dee
commit 20f52e6eb3
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;