OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 27-Nov-2005 00:34:55
Branch: HEAD Handle: 2005112623345500
Modified files:
openpkg-registry registry-ui.pl
Log:
remove unused function
Summary:
Revision Changes Path
1.30 +0 -9 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.29 -r1.30 registry-ui.pl
--- openpkg-registry/registry-ui.pl 26 Nov 2005 23:34:12 -0000 1.29
+++ openpkg-registry/registry-ui.pl 26 Nov 2005 23:34:55 -0000 1.30
@@ -261,7 +261,6 @@
$out = '';
$out .= &viewhttp();
$out .= &viewhtmlhead(-menu);
- $out .= &viewase();
$out .= &viewhtmltail();
print STDOUT &canvas($out);
}
@@ -975,14 +974,6 @@
return $html;
}
-sub viewase() #FIXME
-{
- my $html;
- $html = '';
- $html .= $ase->canvas(-part => "body");
- return $html;
-}
-
sub viewasecomeback()
{
my ($header, $redirect, $username);
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]