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:
parent
a2877c6dee
commit
20f52e6eb3
@ -26,7 +26,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
my $time_old = 0;
|
||||
|
||||
|
@ -47,7 +47,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
# Debug this module? YES = 1, NO = 0
|
||||
my $RFXX10REC_debug = 0;
|
||||
|
@ -17,7 +17,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
my $time_old = 0;
|
||||
|
||||
|
@ -31,7 +31,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
# Debug this module? YES = 1, NO = 0
|
||||
my $TRX_ELSE_debug = 0;
|
||||
|
@ -35,7 +35,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
# Debug this module? YES = 1, NO = 0
|
||||
my $TRX_LIGHT_debug = 0;
|
||||
|
@ -32,7 +32,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
|
||||
# Debug this module? YES = 1, NO = 0
|
||||
my $TRX_SECURITY_debug = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user