summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2011-02-12 00:37:22 +0000
committerDave Chapman <dave@dchapman.com>2011-02-12 00:37:22 +0000
commitb27de9fddc76df82503229a08ad8b2b6462b839a (patch)
treecb371d14dc74e43af0686229561f4eea3083a7f4
parent9e638c7bc8f1e42769e2df49ea43eff6c5e05db1 (diff)
downloadrockbox-b27de9fddc76df82503229a08ad8b2b6462b839a.tar.gz
rockbox-b27de9fddc76df82503229a08ad8b2b6462b839a.zip
Remove unused variable "need_full_path" - it was removed in r28592
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29287 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/configure b/tools/configure
index 136b9a59d4..eb5d9dabbe 100755
--- a/tools/configure
+++ b/tools/configure
@@ -21,7 +21,6 @@ use_bootchart="#undef DO_BOOTCHART"
scriptver=`echo '$Revision$' | sed -e 's:\\$::g' -e 's/Revision: //'`
rbdir="/.rockbox"
-need_full_path=
bindir=
libdir=
sharedir=
@@ -2826,7 +2825,6 @@ fi
modelname="application"
app_modelname="sdlapp"
target="-DAPPLICATION"
- need_full_path="yes"
app_set_paths
app_set_lcd_size
memory=8
@@ -2853,7 +2851,6 @@ fi
app_modelname="android"
target="-DAPPLICATION"
app_type="android"
- need_full_path="yes"
app_set_lcd_size
sharedir="/data/data/org.rockbox/app_rockbox/rockbox"
bindir="/data/data/org.rockbox/lib"
@@ -2882,7 +2879,6 @@ fi
app_modelname="nokian8xx"
app_type="sdl-app"
target="-DAPPLICATION"
- need_full_path="yes"
app_set_lcd_size 800 480
sharedir="/opt/rockbox/share/rockbox"
bindir="/opt/rockbox/bin"
@@ -2911,7 +2907,6 @@ fi
app_modelname="nokian900"
app_type="sdl-app"
target="-DAPPLICATION"
- need_full_path="yes"
app_set_lcd_size 800 480
sharedir="/opt/rockbox/share/rockbox"
bindir="/opt/rockbox/bin"