summaryrefslogtreecommitdiff
path: root/manual/plugins/fire.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/fire.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/fire.tex')
-rw-r--r--manual/plugins/fire.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/fire.tex b/manual/plugins/fire.tex
index b12918cb29..0a1dbc0968 100644
--- a/manual/plugins/fire.tex
+++ b/manual/plugins/fire.tex
@@ -2,8 +2,7 @@
2\subsection{Fire} 2\subsection{Fire}
3\screenshot{plugins/images/ss-fire}{Fire}{img:fire} 3\screenshot{plugins/images/ss-fire}{Fire}{img:fire}
4Fire is a demo displaying a fire effect. 4Fire is a demo displaying a fire effect.
5\begin{table} 5\begin{btnmap}
6 \begin{btnmap}{}{}
7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 6 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
8 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} 7 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
9 {\ButtonUp\ / \ButtonDown} 8 {\ButtonUp\ / \ButtonDown}
@@ -41,5 +40,4 @@ Fire is a demo displaying a fire effect.
41 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 40 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
42 } 41 }
43 & Quit\\ 42 & Quit\\
44 \end{btnmap} 43\end{btnmap}
45\end{table}