summaryrefslogtreecommitdiff
path: root/manual/plugins/jackpot.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/jackpot.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/jackpot.tex')
-rw-r--r--manual/plugins/jackpot.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex
index a76703e6d8..05869afe9e 100644
--- a/manual/plugins/jackpot.tex
+++ b/manual/plugins/jackpot.tex
@@ -4,8 +4,7 @@
4This is a jackpot slot machine game. At the beginning of the game you 4This is a jackpot slot machine game. At the beginning of the game you
5have 20\$. Payouts are given when three matching symbols come up. 5have 20\$. Payouts are given when three matching symbols come up.
6 6
7\begin{table} 7\begin{btnmap}
8\begin{btnmap}{}{}
9 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay} 8 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
10 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,% 9 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,%
11 MROBE100_PAD,SANSA_CLIP_PAD,M200,IPOD_3G_PAD,IPOD_4G_PAD,% 10 MROBE100_PAD,SANSA_CLIP_PAD,M200,IPOD_3G_PAD,IPOD_4G_PAD,%
@@ -36,4 +35,3 @@ have 20\$. Payouts are given when three matching symbols come up.
36 } 35 }
37 & Exit the game \\ 36 & Exit the game \\
38\end{btnmap} 37\end{btnmap}
39\end{table}