summaryrefslogtreecommitdiff
path: root/manual/plugins/solitaire.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/solitaire.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/solitaire.tex')
-rw-r--r--manual/plugins/solitaire.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index d7738476a7..84636645c9 100644
--- a/manual/plugins/solitaire.tex
+++ b/manual/plugins/solitaire.tex
@@ -13,8 +13,7 @@ For the full set of rules to the game, and other interesting information
13visit 13visit
14\url{http://www.solitairecentral.com/rules/klondike.html} 14\url{http://www.solitairecentral.com/rules/klondike.html}
15 15
16\begin{table} 16\begin{btnmap}
17 \begin{btnmap}{}{}
18 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
19 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD} 18 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
20 {\ButtonUp{} / \ButtonDown} 19 {\ButtonUp{} / \ButtonDown}
@@ -112,5 +111,4 @@ visit
112 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 111 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
113 } 112 }
114 & Show menu\\ 113 & Show menu\\
115 \end{btnmap} 114\end{btnmap}
116 \end{table}