summaryrefslogtreecommitdiff
path: root/manual/plugins/star.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/star.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/star.tex')
-rw-r--r--manual/plugins/star.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index d211a855a0..962513ead0 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -10,8 +10,7 @@ which can take ``o''s, and the filled square, which is used as a mobile
10wall to allow your filled circle to get to places on the screen it 10wall to allow your filled circle to get to places on the screen it
11could not otherwise reach. The block cannot take ``o''s. 11could not otherwise reach. The block cannot take ``o''s.
12 12
13\begin{table} 13\begin{btnmap}
14 \begin{btnmap}{}{}
15 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 14 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
16 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 15 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
17 ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% 16 ,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
@@ -103,5 +102,4 @@ could not otherwise reach. The block cannot take ``o''s.
103 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 102 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
104 } 103 }
105 & Exit the game \\ 104 & Exit the game \\
106 \end{btnmap} 105\end{btnmap}
107\end{table}