From 57084c6a25c657c5184b5ad337794dca744cb252 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 5 Sep 2008 10:14:47 +0200 Subject: [PATCH] Removed dead code. --- src/IDF/conf/views.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/IDF/conf/views.php b/src/IDF/conf/views.php index fa1cd61..2c62968 100644 --- a/src/IDF/conf/views.php +++ b/src/IDF/conf/views.php @@ -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,