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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user