summaryrefslogtreecommitdiff
path: root/manual/plugins/pong.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/pong.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/pong.tex')
-rw-r--r--manual/plugins/pong.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index 80bc29fa25..1e4d9b840b 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -2,8 +2,7 @@
2\screenshot{plugins/images/ss-pong}{Pong}{img:pong} 2\screenshot{plugins/images/ss-pong}{Pong}{img:pong}
3Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores. 3Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores.
4 4
5\begin{table} 5\begin{btnmap}
6 \begin{btnmap}{}{}
7 \opt{RECORDER_PAD}{\ButtonFOne} 6 \opt{RECORDER_PAD}{\ButtonFOne}
8 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft} 7 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% 8 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
@@ -55,5 +54,4 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
55 \opt{PBELL_VIBE500_PAD}{\ButtonRec} 54 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
56 \opt{HAVEREMOTEKEYMAP}{& } 55 \opt{HAVEREMOTEKEYMAP}{& }
57 & Quit\\ 56 & Quit\\
58 \end{btnmap} 57\end{btnmap}
59\end{table}