summaryrefslogtreecommitdiff
path: root/manual/plugins/spacerocks.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/spacerocks.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/spacerocks.tex')
-rw-r--r--manual/plugins/spacerocks.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex
index 7d51b1fa6e..54818f837b 100644
--- a/manual/plugins/spacerocks.tex
+++ b/manual/plugins/spacerocks.tex
@@ -4,8 +4,7 @@ Spacerocks is a clone of the old arcade game Asteroids. The goal of the game
4is to blow up the asteroids and avoid being hit by them. Once in a while, a 4is to blow up the asteroids and avoid being hit by them. Once in a while, a
5UFO will appear -- shoot this for extra points. 5UFO will appear -- shoot this for extra points.
6 6
7\begin{table} 7\begin{btnmap}
8 \begin{btnmap}{}{}
9 % 8 %
10 \opt{RECORDER_PAD}{\ButtonPlay} 9 \opt{RECORDER_PAD}{\ButtonPlay}
11 \opt{ONDIO_PAD}{\ButtonMenu} 10 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -71,5 +70,4 @@ UFO will appear -- shoot this for extra points.
71 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 70 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
72 } 71 }
73 & Quit\\ 72 & Quit\\
74 \end{btnmap} 73\end{btnmap}
75\end{table}