remove dead code.

This commit is contained in:
kestes%walrus.com 2002-05-02 03:19:37 +00:00
parent f7b96ed3b4
commit 5ea35d297a
2 changed files with 2 additions and 8 deletions

View File

@ -95,7 +95,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.18 $ )[1];
$VERSION = ( qw $Revision: 1.19 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -405,9 +405,6 @@ sub status_table_row {
HTMLPopUp::text_browser_color_string($cell_color, $char);
}
my $query_links = '';
$query_links.= "\t\t".$text_browser_color_string."\n";
if ( scalar(%authors) ) {
# find the times which bound the cell so that we can set up a

View File

@ -143,7 +143,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.9 $ )[1];
$VERSION = ( qw $Revision: 1.10 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -358,9 +358,6 @@ sub status_table_row {
HTMLPopUp::text_browser_color_string($cell_color, $char);
}
my $query_links = '';
$query_links.= "\t\t".$text_browser_color_string."\n";
if ( scalar(%{$affected_files}) || scalar(%{$jobs_fixed}) ) {
# find the times which bound the cell so that we can set up a