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/plugins/pong.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manual/plugins/pong.tex') diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex index 80bc29fa25..1e4d9b840b 100644 --- a/manual/plugins/pong.tex +++ b/manual/plugins/pong.tex @@ -2,8 +2,7 @@ \screenshot{plugins/images/ss-pong}{Pong}{img:pong} Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores. -\begin{table} - \begin{btnmap}{}{} +\begin{btnmap} \opt{RECORDER_PAD}{\ButtonFOne} \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% @@ -55,5 +54,4 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t \opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{HAVEREMOTEKEYMAP}{& } & Quit\\ - \end{btnmap} -\end{table} +\end{btnmap} -- cgit v1.2.3