summaryrefslogtreecommitdiff
path: root/manual/plugins/oscilloscope.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/oscilloscope.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/oscilloscope.tex')
-rw-r--r--manual/plugins/oscilloscope.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index d30b2645c1..336716aced 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -11,8 +11,7 @@ being played.
11 11
12\subsubsection{Keys} 12\subsubsection{Keys}
13 13
14\begin{table} 14\begin{btnmap}
15 \begin{btnmap}{}{}
16 \opt{RECORDER_PAD}{\ButtonFOne} 15 \opt{RECORDER_PAD}{\ButtonFOne}
17 \opt{ONDIO_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} 16 \opt{ONDIO_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
@@ -88,5 +87,4 @@ being played.
88 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 87 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
89 } 88 }
90 & Exit demo \\ 89 & Exit demo \\
91 \end{btnmap} 90\end{btnmap}
92\end{table}