summaryrefslogtreecommitdiff
path: root/manual/plugins/rockpaint.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/rockpaint.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/rockpaint.tex')
-rw-r--r--manual/plugins/rockpaint.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/rockpaint.tex b/manual/plugins/rockpaint.tex
index dd2316114f..aaae143cf9 100644
--- a/manual/plugins/rockpaint.tex
+++ b/manual/plugins/rockpaint.tex
@@ -103,8 +103,7 @@ The main menu consists of the following:
103\warn{BE CAREFUL. Rockpaint will NOT prompt you to save 103\warn{BE CAREFUL. Rockpaint will NOT prompt you to save
104if you select Exit, so any unsaved changes will be lost.} 104if you select Exit, so any unsaved changes will be lost.}
105 105
106\begin{table} 106\begin{btnmap}
107 \begin{btnmap}{}{}
108 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{ 107 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
109 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} 108 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
110 {\ButtonPower} 109 {\ButtonPower}
@@ -154,5 +153,4 @@ if you select Exit, so any unsaved changes will be lost.}
154 \opt{HAVEREMOTEKEYMAP}{& } 153 \opt{HAVEREMOTEKEYMAP}{& }
155 & Toggles the brush and selects objects.\\ 154 & Toggles the brush and selects objects.\\
156 155
157 \end{btnmap} 156\end{btnmap}
158\end{table}