diff --git a/bin/controller.rc b/bin/controller.rc index 6adb71f..cef07a8 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -13,29 +13,8 @@ fn get_lib_file { echo -n sites/$masterSite/_werc/lib/$wantedfile if not if (test -f lib/$wantedfile) echo -n lib/$wantedfile - - # DEPRECATED - if not if (~ $#disableDeprecated 0 && test -f $sitedir/_inc/$wantedfile) { - echo -n $sitedir/_inc/$wantedfile - dprint DEPRECATION WARNING: Using file in depracted path: $sitedir/_inc/$wantedfile XXX - } - if not if(~ $#disableDeprecated 0 && ! ~ $masterSite 0 && test -f sites/$masterSite/_inc/$wantedfile) { - echo -n sites/$masterSite/_inc/$wantedfile - dprint DEPRECATION WARNING: Using file in depracted path: sites/$masterSite/_inc/$wantedfile XXX - } - if not if (~ $#disableDeprecated 0 && test -f inc/$wantedfile) { - echo -n inc/$wantedfile - dprint DEPRECATION WARNING: Using file in depracted path: inc/$wantedfile XXX - } } -# DEPRECATED -fn get_inc_file { - get_lib_file $* - dprint DEPRECATION WARNING: Called get_inc_file, should call get_lib_file -} - - # Title fn gentitle { echo '