summaryrefslogtreecommitdiff
path: root/manual/plugins/robotfindskitten.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
commit97365803d390e44155fc41657bd03a7b121956aa (patch)
tree1cad7d63df2fd72a0dfd3726720a6689b401b04d /manual/plugins/robotfindskitten.tex
parent0a21ffabbe63f8dd5c893266bdd39bebc2231adc (diff)
downloadrockbox-97365803d390e44155fc41657bd03a7b121956aa.tar.gz
rockbox-97365803d390e44155fc41657bd03a7b121956aa.zip
Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/robotfindskitten.tex')
-rw-r--r--manual/plugins/robotfindskitten.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/manual/plugins/robotfindskitten.tex b/manual/plugins/robotfindskitten.tex
index 6ffa636e44..2ee2b5ecf1 100644
--- a/manual/plugins/robotfindskitten.tex
+++ b/manual/plugins/robotfindskitten.tex
@@ -6,8 +6,7 @@ is complicated by the existence of various things which are not kitten.
6Robot must touch items to determine if they are kitten or not. The game 6Robot must touch items to determine if they are kitten or not. The game
7ends when robotfindskitten. 7ends when robotfindskitten.
8 8
9\begin{table} 9\begin{btnmap}
10\begin{btnmap}{}{}
11 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,} 10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,}
12 \opt{SANSA_E200_PAD}{\ButtonScrollFwd, \ButtonScrollBack,} 11 \opt{SANSA_E200_PAD}{\ButtonScrollFwd, \ButtonScrollBack,}
13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD% 12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD%
@@ -36,4 +35,3 @@ ends when robotfindskitten.
36 } 35 }
37 & Quit\\ 36 & Quit\\
38\end{btnmap} 37\end{btnmap}
39\end{table}