summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.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/stopwatch.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/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index af25743360..c9c0f5c8d7 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -3,8 +3,7 @@
3 3
4A simple stopwatch program with support for saving times. 4A simple stopwatch program with support for saving times.
5 5
6\begin{table} 6\begin{btnmap}
7 \begin{btnmap}{}{}
8 \opt{PLAYER_PAD}{\ButtonMenu} 7 \opt{PLAYER_PAD}{\ButtonMenu}
9 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 8 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
@@ -55,5 +54,4 @@ A simple stopwatch program with support for saving times.
55 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 54 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
56 \opt{HAVEREMOTEKEYMAP}{& } 55 \opt{HAVEREMOTEKEYMAP}{& }
57 & Scroll through lap times \\ 56 & Scroll through lap times \\
58 \end{btnmap} 57\end{btnmap}
59\end{table}