summaryrefslogtreecommitdiff
path: root/manual/plugins/chessbox.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/chessbox.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/chessbox.tex')
-rw-r--r--manual/plugins/chessbox.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index 74265fc999..9d963d4c0f 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -28,8 +28,7 @@ the game.
28} 28}
29 29
30\subsubsection{Keys} 30\subsubsection{Keys}
31\begin{table} 31 \begin{btnmap}
32 \begin{btnmap}{}{}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight} 32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight}
34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys} 33 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys}
35 \opt{HAVEREMOTEKEYMAP}{& } 34 \opt{HAVEREMOTEKEYMAP}{& }
@@ -78,4 +77,3 @@ the game.
78 \opt{HAVEREMOTEKEYMAP}{& } 77 \opt{HAVEREMOTEKEYMAP}{& }
79 & Show the menu\\ 78 & Show the menu\\
80 \end{btnmap} 79 \end{btnmap}
81\end{table}