The config options `bar_height' and `bar_width' have been removed from the config...
[onis.git] / onis
diff --git a/onis b/onis
index 9639e63..28a092f 100755 (executable)
--- a/onis
+++ b/onis
@@ -66,11 +66,11 @@ if (!$VERSION)
        $VERSION =~ s/^\D*(\d+).*/r$1/;
 }
 
+print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
+
 our $FileInfo;
 our $PurgeLogs = 0;
 
-print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
-
 parse_argv (@ARGV);
 read_config (get_config ('config') ? get_config ('config') : 'onis.conf');
 read_config (scalar get_config ('theme')) if (get_config ('theme'));
@@ -463,12 +463,6 @@ Sets wether to sort by lines, words or characters written.
 Wether or not to display a fixed width bar that shows when a user is most
 active.
 
-=item B<bar_height>: I<number>;
-
-=item B<bar_width>: I<number>;
-
-Sets the width of horizontal bars and the height of vertical bars.
-
 =item B<horizontal_images>: I<file>, I<file>, I<file>, I<file>;
 
 =item B<vertical_images>:   I<file>, I<file>, I<file>, I<file>;