[svk-commit] r2315 - in trunk: lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Wed Mar 7 09:22:42 EST 2007
Author: clkao
Date: Wed Mar 7 09:22:42 2007
New Revision: 2315
Modified:
trunk/ (props changed)
trunk/lib/SVK/Inspector.pm
Log:
r7497 at ubuntu: clkao | 2007-03-07 10:10:27 +0000
More dead code removal.
Modified: trunk/lib/SVK/Inspector.pm
==============================================================================
--- trunk/lib/SVK/Inspector.pm (original)
+++ trunk/lib/SVK/Inspector.pm Wed Mar 7 09:22:42 2007
@@ -139,16 +139,4 @@
return $path;
}
-sub dirdelta_status_editor {
- my ($self, $modified) = @_;
- return SVK::Editor::Status->new
- ( notify => SVK::Notify->new
- ( cb_flush => sub {
- my ($path, $status) = @_;
- $modified->{$path} = $status->[0];
- }));
-}
-
-
-
1;
More information about the svk-commit
mailing list