diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-05-18 21:36:03 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-18 21:36:03 +0000 |
| commit | 764d6166f91726209d5199c92fa9619f2044472a (patch) | |
| tree | 8f69fe05e54701b23ae113b58741aaf7169b4c4f | |
| parent | 551319c4c861a2d23b769c050bcd20f853ff8028 (diff) | |
| download | rockbox-764d6166f91726209d5199c92fa9619f2044472a.zip rockbox-764d6166f91726209d5199c92fa9619f2044472a.tar.gz rockbox-764d6166f91726209d5199c92fa9619f2044472a.tar.bz2 rockbox-764d6166f91726209d5199c92fa9619f2044472a.tar.xz | |
remove unused scripts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17577 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/binlang | 25 | ||||
| -rwxr-xr-x | tools/uplang | 7 |
2 files changed, 0 insertions, 32 deletions
diff --git a/tools/binlang b/tools/binlang deleted file mode 100755 index 9068134..0000000 --- a/tools/binlang +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env perl -############################################################################ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# -# Copyright (C) 2002, 2006 by Daniel Stenberg <daniel@haxx.se> -# -# All files in this archive are subject to the GNU General Public License. -# See the file COPYING in the source tree root for full license agreement. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -############################################################################ - -print <<MOO -The tool formerly known as 'binlang' is no longer used. We now use -genlang2 with the -b option to generate binary language files. -MOO -; diff --git a/tools/uplang b/tools/uplang deleted file mode 100755 index 0f0106f..0000000 --- a/tools/uplang +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl - -print <<MOO -The tool formerly known as 'uplang' is no longer used. We now use -genlang2 with the -u option to get updated language files. -MOO -; |