summaryrefslogtreecommitdiffstats
path: root/manual/plugins/nim.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/nim.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/nim.tex')
-rw-r--r--manual/plugins/nim.tex5
1 files changed, 1 insertions, 4 deletions
diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex
index 439bfa9118..10dbb08871 100644
--- a/manual/plugins/nim.tex
+++ b/manual/plugins/nim.tex
@@ -6,12 +6,9 @@ alternately pick a certain number of matches and the one who takes the
last match loses. You can take up to twice as many matches as the
\dap{} selected, and vice versa.
-\begin{table}
-\begin{btnmap}{}{}
+\begin{btnmap}
\ButtonLeft \opt{HAVEREMOTEKEYMAP}{& } & Decrease the number of matches \\
\ButtonRight \opt{HAVEREMOTEKEYMAP}{& } & Increase the number of matches \\
\ButtonPlay \opt{HAVEREMOTEKEYMAP}{& } & Remove the number of matches you have selected \\
\ButtonStop \opt{HAVEREMOTEKEYMAP}{& } & Exit the game \\
\end{btnmap}
-\end{table}
-