summaryrefslogtreecommitdiff
path: root/manual/plugins/frotz.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/frotz.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/frotz.tex')
-rw-r--r--manual/plugins/frotz.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/frotz.tex b/manual/plugins/frotz.tex
index da817d0624..33c3c3749d 100644
--- a/manual/plugins/frotz.tex
+++ b/manual/plugins/frotz.tex
@@ -33,8 +33,7 @@ classic commercial Infocom games:
33\url{http://www.microheaven.com/IFGuide/} 33\url{http://www.microheaven.com/IFGuide/}
34\end{itemize} 34\end{itemize}
35 35
36\begin{table} 36\begin{btnmap}
37 \begin{btnmap}{}{}
38 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 37 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
40 \opt{ONDIO_PAD}{\ButtonMenu} 39 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -68,5 +67,4 @@ classic commercial Infocom games:
68 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 67 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
69 } 68 }
70 & Open Frotz menu (not available at MORE prompts)\\ 69 & Open Frotz menu (not available at MORE prompts)\\
71 \end{btnmap} 70\end{btnmap}
72\end{table}