summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 01:21:29 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 01:21:29 -0400
commitfc5b07b397d83c123440c78f6d61fb08b5005e2b (patch)
tree5f8d73ae82675bc5fdf36823d19cae490f30b5f1 /lib
parent7f6fda3414fe5ad689f6fd732a6cb1ca6078d1d0 (diff)
downloadreply-fc5b07b397d83c123440c78f6d61fb08b5005e2b.tar.gz
reply-fc5b07b397d83c123440c78f6d61fb08b5005e2b.zip
this was never used
Diffstat (limited to 'lib')
-rw-r--r--lib/Reply/Plugin/Autocomplete/Methods.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Reply/Plugin/Autocomplete/Methods.pm b/lib/Reply/Plugin/Autocomplete/Methods.pm
index 35de87e..45a6507 100644
--- a/lib/Reply/Plugin/Autocomplete/Methods.pm
+++ b/lib/Reply/Plugin/Autocomplete/Methods.pm
@@ -22,22 +22,6 @@ code.
=cut
-sub new {
- my $class = shift;
-
- my $self = $class->SUPER::new(@_);
- $self->{package} = 'main';
-
- return $self;
-}
-
-sub package {
- my $self = shift;
- my ($package) = @_;
-
- $self->{package} = $package;
-}
-
sub tab_handler {
my $self = shift;
my ($line) = @_;