summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-18 21:36:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-18 21:36:03 +0000
commit764d6166f91726209d5199c92fa9619f2044472a (patch)
tree8f69fe05e54701b23ae113b58741aaf7169b4c4f
parent551319c4c861a2d23b769c050bcd20f853ff8028 (diff)
downloadrockbox-764d6166f91726209d5199c92fa9619f2044472a.tar.gz
rockbox-764d6166f91726209d5199c92fa9619f2044472a.zip
remove unused scripts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17577 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/binlang25
-rwxr-xr-xtools/uplang7
2 files changed, 0 insertions, 32 deletions
diff --git a/tools/binlang b/tools/binlang
deleted file mode 100755
index 90681348f9..0000000000
--- a/tools/binlang
+++ /dev/null
@@ -1,25 +0,0 @@
1#!/usr/bin/env perl
2############################################################################
3# __________ __ ___.
4# Open \______ \ ____ ____ | | _\_ |__ _______ ___
5# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
6# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
7# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
8# \/ \/ \/ \/ \/
9# $Id$
10#
11# Copyright (C) 2002, 2006 by Daniel Stenberg <daniel@haxx.se>
12#
13# All files in this archive are subject to the GNU General Public License.
14# See the file COPYING in the source tree root for full license agreement.
15#
16# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17# KIND, either express or implied.
18#
19############################################################################
20
21print <<MOO
22The tool formerly known as 'binlang' is no longer used. We now use
23genlang2 with the -b option to generate binary language files.
24MOO
25;
diff --git a/tools/uplang b/tools/uplang
deleted file mode 100755
index 0f0106f98d..0000000000
--- a/tools/uplang
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/usr/bin/perl
2
3print <<MOO
4The tool formerly known as 'uplang' is no longer used. We now use
5genlang2 with the -u option to get updated language files.
6MOO
7;