summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.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/rockblox.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/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 28429976a3..d826b95cd1 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -7,8 +7,7 @@ form full rows. Whenever a row is completed, it will be cleared away, and you
7gain points. For every ten lines completed, the game level increases, making 7gain points. For every ten lines completed, the game level increases, making
8the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over. 8the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over.
9 9
10\begin{table} 10\begin{btnmap}
11 \begin{btnmap}{}{}
12 \opt{RECORDER_PAD}{\ButtonFOne} 11 \opt{RECORDER_PAD}{\ButtonFOne}
13 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu} 12 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu}
14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -103,5 +102,4 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
103 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 102 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
104 } 103 }
105 & Quit\\ 104 & Quit\\
106 \end{btnmap} 105\end{btnmap}
107\end{table}