summaryrefslogtreecommitdiff
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
6last match loses. You can take up to twice as many matches as the 6last match loses. You can take up to twice as many matches as the
7\dap{} selected, and vice versa. 7\dap{} selected, and vice versa.
8 8
9\begin{table} 9\begin{btnmap}
10\begin{btnmap}{}{}
11\ButtonLeft \opt{HAVEREMOTEKEYMAP}{& } & Decrease the number of matches \\ 10\ButtonLeft \opt{HAVEREMOTEKEYMAP}{& } & Decrease the number of matches \\
12\ButtonRight \opt{HAVEREMOTEKEYMAP}{& } & Increase the number of matches \\ 11\ButtonRight \opt{HAVEREMOTEKEYMAP}{& } & Increase the number of matches \\
13\ButtonPlay \opt{HAVEREMOTEKEYMAP}{& } & Remove the number of matches you have selected \\ 12\ButtonPlay \opt{HAVEREMOTEKEYMAP}{& } & Remove the number of matches you have selected \\
14\ButtonStop \opt{HAVEREMOTEKEYMAP}{& } & Exit the game \\ 13\ButtonStop \opt{HAVEREMOTEKEYMAP}{& } & Exit the game \\
15\end{btnmap} 14\end{btnmap}
16\end{table}
17