summaryrefslogtreecommitdiff
path: root/manual/plugins/lamp.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/lamp.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/lamp.tex')
-rw-r--r--manual/plugins/lamp.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex
index 7fd875671e..af2faa5578 100644
--- a/manual/plugins/lamp.tex
+++ b/manual/plugins/lamp.tex
@@ -2,8 +2,7 @@
2\subsection{Lamp} 2\subsection{Lamp}
3Lamp is a simple plugin to use your player as a lamp (flashlight, torch). 3Lamp is a simple plugin to use your player as a lamp (flashlight, torch).
4You get an empty screen with maximum brightness. 4You get an empty screen with maximum brightness.
5\begin{table} 5\begin{btnmap}
6 \begin{btnmap}{}{}
7 \opt{lcd_color}{ 6 \opt{lcd_color}{
8 \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 7 \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
9 ,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 8 ,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
@@ -24,5 +23,4 @@ You get an empty screen with maximum brightness.
24 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 23 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
25 } 24 }
26 & Quit\\ 25 & Quit\\
27 \end{btnmap} 26\end{btnmap}
28\end{table}