Browse Source

Why we had a 'error_callback' unused in there ??

Emmanuel Peroumalnaik 10 years ago
parent
commit
8cd1227115
1 changed files with 0 additions and 7 deletions
  1. 0 7
      lib/Test/Selenium/Remote/Driver.pm

+ 0 - 7
lib/Test/Selenium/Remote/Driver.pm

@@ -62,13 +62,6 @@ has verbose => (
     is => 'rw',
     is => 'rw',
 );
 );
 
 
-has error_callback => (
-    is      => 'rw',
-    default => sub {
-        sub { }
-    },
-);
-
 
 
 sub BUILD {
 sub BUILD {
     my $self = shift;
     my $self = shift;