Removed dead code.

dev
Loic d'Anterroches 2008-09-05 10:14:47 +02:00
parent eeac44303b
commit 57084c6a25
1 changed files with 0 additions and 6 deletions

View File

@ -135,12 +135,6 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/my/(\w+)/$#',
// ---------- SCM ----------------------------------------
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Source',
'method' => 'index');
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/tree/(\w+)/$#',
'base' => $base,
'priority' => 4,