summaryrefslogtreecommitdiff
path: root/manual/plugins/fractals.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/fractals.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/fractals.tex')
-rw-r--r--manual/plugins/fractals.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/fractals.tex b/manual/plugins/fractals.tex
index cb7f599dbc..2ca1ed00e8 100644
--- a/manual/plugins/fractals.tex
+++ b/manual/plugins/fractals.tex
@@ -2,8 +2,7 @@
2\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}{img:mandelbrot} 2\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}{img:mandelbrot}
3This demonstration draws fractal images from the Mandelbrot set% 3This demonstration draws fractal images from the Mandelbrot set%
4\opt{archos,h100}{ using the greyscale engine}. 4\opt{archos,h100}{ using the greyscale engine}.
5\begin{table} 5\begin{btnmap}
6 \begin{btnmap}{}{}
7 Direction keys 6 Direction keys
8 \opt{HAVEREMOTEKEYMAP}{&} 7 \opt{HAVEREMOTEKEYMAP}{&}
9 & Move about the image\\ 8 & Move about the image\\
@@ -82,5 +81,4 @@ This demonstration draws fractal images from the Mandelbrot set%
82 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 81 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
83 } 82 }
84 & Quit\\ 83 & Quit\\
85 \end{btnmap} 84\end{btnmap}
86\end{table}