diff options
-rwxr-xr-x | functions/defaults.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 2e86fb1f0..a0df640a4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -281,14 +281,6 @@ Set_defaults () ;; esac - # Setting includes - if [ -n "${LIVE_BUID}" ] - then - LB_INCLUDES="${LB_INCLUDES:-${LIVE_BUILD}/includes}" - else - LB_INCLUDES="${LB_INCLUDES:-/usr/share/live/build/includes}" - fi - # Setting templates if [ -n "${LIVE_BUID}" ] then |