fix comment width issues for tabs
[spider.git] / cmd / set / columns.pl
diff --git a/cmd/set/columns.pl b/cmd/set/columns.pl
deleted file mode 100644 (file)
index 5575fe3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# set the page width for this invocation of the client
-#
-# Copyright (c) 2021 - Dirk Koopman G1TLH
-#
-#
-#
-my $self = shift;
-my $l = shift;
-$l = 80 if $l < 80;
-$self->width($l);
-return (1, $self->msg('pagewidth', $l));