diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-05-20 17:38:38 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-05-20 17:38:38 +0000 |
commit | 97365803d390e44155fc41657bd03a7b121956aa (patch) | |
tree | 1cad7d63df2fd72a0dfd3726720a6689b401b04d /manual/main_menu/recording_screen.tex | |
parent | 0a21ffabbe63f8dd5c893266bdd39bebc2231adc (diff) | |
download | rockbox-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/main_menu/recording_screen.tex')
-rw-r--r-- | manual/main_menu/recording_screen.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index 5fa2e5e331..b0e37cc049 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex @@ -27,8 +27,7 @@ nothing to worry about. The recording continues during the spin up.\\*}}} status bar.\\* The controls for this screen are: -\begin{table} - \begin{btnmap}{}{} + \begin{btnmap} \ActionRecPrev{} / \ActionRecNext \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPrev{} / \ActionRCRecNext} @@ -84,4 +83,3 @@ The controls for this screen are: & While recording: Start a new recording file.\\ } \end{btnmap} -\end{table} |