Remove commented-out code

This commit is contained in:
Sybren A. Stüvel
2018-04-09 12:47:20 +02:00
parent f0edb853be
commit 39116a4340

View File

@@ -5436,8 +5436,6 @@ static void rna_def_scene_ffmpeg_settings(BlenderRNA *brna)
{FFMPEG_AVI, "AVI", 0, "AVI", ""},
{FFMPEG_MOV, "QUICKTIME", 0, "Quicktime", ""},
{FFMPEG_DV, "DV", 0, "DV", ""},
// {FFMPEG_H264, "H264", 0, "H.264", ""}, not a container
// {FFMPEG_XVID, "XVID", 0, "Xvid", ""}, not a container
{FFMPEG_OGG, "OGG", 0, "Ogg", ""},
{FFMPEG_MKV, "MKV", 0, "Matroska", ""},
{FFMPEG_FLV, "FLASH", 0, "Flash", ""},