summaryrefslogtreecommitdiff
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"
21scriptver=`echo '$Revision$' | sed -e 's:\\$::g' -e 's/Revision: //'` 21scriptver=`echo '$Revision$' | sed -e 's:\\$::g' -e 's/Revision: //'`
22 22
23rbdir="/.rockbox" 23rbdir="/.rockbox"
24need_full_path=
25bindir= 24bindir=
26libdir= 25libdir=
27sharedir= 26sharedir=
@@ -2826,7 +2825,6 @@ fi
2826 modelname="application" 2825 modelname="application"
2827 app_modelname="sdlapp" 2826 app_modelname="sdlapp"
2828 target="-DAPPLICATION" 2827 target="-DAPPLICATION"
2829 need_full_path="yes"
2830 app_set_paths 2828 app_set_paths
2831 app_set_lcd_size 2829 app_set_lcd_size
2832 memory=8 2830 memory=8
@@ -2853,7 +2851,6 @@ fi
2853 app_modelname="android" 2851 app_modelname="android"
2854 target="-DAPPLICATION" 2852 target="-DAPPLICATION"
2855 app_type="android" 2853 app_type="android"
2856 need_full_path="yes"
2857 app_set_lcd_size 2854 app_set_lcd_size
2858 sharedir="/data/data/org.rockbox/app_rockbox/rockbox" 2855 sharedir="/data/data/org.rockbox/app_rockbox/rockbox"
2859 bindir="/data/data/org.rockbox/lib" 2856 bindir="/data/data/org.rockbox/lib"
@@ -2882,7 +2879,6 @@ fi
2882 app_modelname="nokian8xx" 2879 app_modelname="nokian8xx"
2883 app_type="sdl-app" 2880 app_type="sdl-app"
2884 target="-DAPPLICATION" 2881 target="-DAPPLICATION"
2885 need_full_path="yes"
2886 app_set_lcd_size 800 480 2882 app_set_lcd_size 800 480
2887 sharedir="/opt/rockbox/share/rockbox" 2883 sharedir="/opt/rockbox/share/rockbox"
2888 bindir="/opt/rockbox/bin" 2884 bindir="/opt/rockbox/bin"
@@ -2911,7 +2907,6 @@ fi
2911 app_modelname="nokian900" 2907 app_modelname="nokian900"
2912 app_type="sdl-app" 2908 app_type="sdl-app"
2913 target="-DAPPLICATION" 2909 target="-DAPPLICATION"
2914 need_full_path="yes"
2915 app_set_lcd_size 800 480 2910 app_set_lcd_size 800 480
2916 sharedir="/opt/rockbox/share/rockbox" 2911 sharedir="/opt/rockbox/share/rockbox"
2917 bindir="/opt/rockbox/bin" 2912 bindir="/opt/rockbox/bin"