From 97365803d390e44155fc41657bd03a7b121956aa Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 20 May 2010 17:38:38 +0000 Subject: 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 --- manual/plugins/rockblox.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manual/plugins/rockblox.tex') 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 gain points. For every ten lines completed, the game level increases, making the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over. -\begin{table} - \begin{btnmap}{}{} +\begin{btnmap} \opt{RECORDER_PAD}{\ButtonFOne} \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu} \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 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} } & Quit\\ - \end{btnmap} -\end{table} +\end{btnmap} -- cgit v1.2.3