shithub: werc

Download patch

ref: 2e792bddd5cb9c2e703172d4b4256f577ec7bb19
parent: e8a6ebac49a5def8e8e579ec729e770d0049099e
author: sl <uriel@engel.se.cat-v.org>
date: Mon Mar 9 18:16:11 EDT 2009

Remove add_synth_paths function, not really needed, can manipulate variable directly for now.

--- a/bin/corehandlers.rc
+++ b/bin/corehandlers.rc
@@ -1,10 +1,5 @@
 # Werc builtin handlers
 
-# API
-fn add_synth_paths {
-    synth_paths=($synth_paths $conf_wd^$*)
-}
-
 fn nav_tree {
     if(! ~ $#sideBarNavTitle 0)
         echo '<p class="sideBarTitle">'$"sideBarNavTitle':</p>'