From 97365803d390e44155fc41657bd03a7b121956aa Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 20 May 2010 17:38:38 +0000 Subject: 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 --- manual/main_menu/fmradio.tex | 4 +--- manual/main_menu/main.tex | 8 ++------ manual/main_menu/recording_screen.tex | 4 +--- 3 files changed, 4 insertions(+), 12 deletions(-) (limited to 'manual/main_menu') diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex index c14902f833..11b97ade10 100644 --- a/manual/main_menu/fmradio.tex +++ b/manual/main_menu/fmradio.tex @@ -39,8 +39,7 @@ MAS-chip is set to record mode for instant recordings.} } - \begin{table} - \begin{btnmap}{}{} + \begin{btnmap} \ActionFMPrev, \ActionFMNext \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPrev, \ActionRCFMNext} & Change frequency in \setting{SCAN} mode or jump to next/previous @@ -91,7 +90,6 @@ \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu} & Display the FM radio settings menu.\\ \end{btnmap} - \end{table} \begin{description} diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 8840c683ae..cfe213296a 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -16,8 +16,7 @@ Changes to settings may therefore not be saved unless the \dap{} is shut down safely (see \reference{ref:Safeshutdown}). \section{Navigating the Main Menu} -\begin{table} - \begin{btnmap}{}{} + \begin{btnmap} \ActionStdNext \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext} & Select the next option in the menu.\\ @@ -39,7 +38,6 @@ safely (see \reference{ref:Safeshutdown}). \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} & Exit menu or setting, or move to parent menu.\\ \end{btnmap} -\end{table} \section {Recent Bookmarks} \screenshot{main_menu/images/ss-list-bookmarks}% @@ -53,8 +51,7 @@ jump straight to that track.\\* database. In addition, they do not currently work with dynamic playlists.\\*} -\begin{table} - \begin{btnmap}{}{} + \begin{btnmap} \ActionStdNext \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext} & Select the next bookmark.\\ @@ -79,7 +76,6 @@ jump straight to that track.\\* \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} & Enter the context menu for the selected bookmark.\\ \end{btnmap} -\end{table} There are two options in the context menu:\\* 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} -- cgit