summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorcigaes <cigaes@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-14 09:27:38 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:37 +0200
commitaa1ac341fc1993330bdc0d6365d3ecd2b6ed98aa (patch)
tree4329e99ec88d0cc0356957431fd49eacc8cb4fc7 /command.c
parentfe8a695f83271cec1b98cf0b426d7194d2a19545 (diff)
downloadmpv-aa1ac341fc1993330bdc0d6365d3ecd2b6ed98aa.tar.bz2
mpv-aa1ac341fc1993330bdc0d6365d3ecd2b6ed98aa.tar.xz
cosmetics: remove some useless braces from command.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32492 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/command.c b/command.c
index e841800db0..bcfe206f07 100644
--- a/command.c
+++ b/command.c
@@ -3186,19 +3186,15 @@ void run_command(MPContext *mpctx, mp_cmd_t *cmd)
break;
#endif /* CONFIG_TV */
case MP_CMD_TV_TELETEXT_ADD_DEC:
- {
if (mpctx->demuxer->teletext)
teletext_control(mpctx->demuxer->teletext,TV_VBI_CONTROL_ADD_DEC,
&(cmd->args[0].v.s));
break;
- }
case MP_CMD_TV_TELETEXT_GO_LINK:
- {
if (mpctx->demuxer->teletext)
teletext_control(mpctx->demuxer->teletext,TV_VBI_CONTROL_GO_LINK,
&(cmd->args[0].v.i));
break;
- }
case MP_CMD_SUB_LOAD:
if (sh_video) {