summaryrefslogtreecommitdiff
path: root/manual/plugins/snake.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/snake.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/snake.tex')
-rw-r--r--manual/plugins/snake.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index ca8adc0fdc..c1ea590b61 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -5,8 +5,7 @@ This is the popular snake game. The aim is to grow your snake as large
5as possible by eating the dots that appear on the screen. The game will 5as possible by eating the dots that appear on the screen. The game will
6end when the snake touches either the borders of the screen or itself. 6end when the snake touches either the borders of the screen or itself.
7 7
8\begin{table} 8\begin{btnmap}
9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 9 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
11 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 10 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
12 ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} 11 ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
@@ -27,5 +26,4 @@ end when the snake touches either the borders of the screen or itself.
27 \opt{HAVEREMOTEKEYMAP}{& } 26 \opt{HAVEREMOTEKEYMAP}{& }
28 & Toggle Play/Pause\\ 27 & Toggle Play/Pause\\
29 % 28 %
30 \end{btnmap} 29\end{btnmap}
31\end{table}