diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-05-20 17:38:38 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-05-20 17:38:38 +0000 |
commit | 97365803d390e44155fc41657bd03a7b121956aa (patch) | |
tree | 1cad7d63df2fd72a0dfd3726720a6689b401b04d /manual/plugins/midiplay.tex | |
parent | 0a21ffabbe63f8dd5c893266bdd39bebc2231adc (diff) |
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/midiplay.tex')
-rw-r--r-- | manual/plugins/midiplay.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex index f103ca6bd6..e86f560e9d 100644 --- a/manual/plugins/midiplay.tex +++ b/manual/plugins/midiplay.tex @@ -14,8 +14,7 @@ in the file browser to start playback. might experience ``Buffer miss!'' with many files, except simple ones.} } -\begin{table} - \begin{btnmap}{}{} +\begin{btnmap} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp/ \ButtonDown} \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack} @@ -51,5 +50,4 @@ might experience ``Buffer miss!'' with many files, except simple ones.} \opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{HAVEREMOTEKEYMAP}{& } & Stop playback and quit\\ - \end{btnmap} -\end{table} +\end{btnmap} |