summaryrefslogtreecommitdiffstats
path: root/gtk/src/widgetdeps.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-06-08 23:01:48 +0000
committerjstebbins <[email protected]>2009-06-08 23:01:48 +0000
commit110f5b27f7370c38e4266c9a208d7a8594121c73 (patch)
tree91cb1af58072f1ee8035f94743f08aa8c13b3c9f /gtk/src/widgetdeps.c
parent8dc32d2cfd52a1f1b97a2360d04241c9e2d96b13 (diff)
LinGui: revert the extra widgets for subtitle foreign audio search
put it back in the list with the normal subtitle tracks. gets rid of extra preset keys that were really unnecessary git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2504 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widgetdeps.c')
-rw-r--r--gtk/src/widgetdeps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c
index 90e80756b..af8049f58 100644
--- a/gtk/src/widgetdeps.c
+++ b/gtk/src/widgetdeps.c
@@ -40,8 +40,6 @@ static dependency_t dep_map[] =
{"FileFormat", "Mp4LargeFile", "mp4|m4v", FALSE, TRUE},
{"FileFormat", "Mp4HttpOptimize", "mp4|m4v", FALSE, TRUE},
{"FileFormat", "Mp4iPodCompatible", "mp4|m4v", FALSE, TRUE},
- {"FileFormat", "SubtitleForeignBurned", "mp4|m4v", TRUE, FALSE},
- {"FileFormat", "SubtitleForeignDefaultTrack", "mp4|m4v", TRUE, FALSE},
{"PictureDecomb", "PictureDeinterlace", "none", FALSE, FALSE},
{"PictureDecomb", "PictureDeinterlaceCustom", "none", FALSE, TRUE},
{"PictureDeinterlace", "PictureDeinterlaceCustom", "custom", FALSE, TRUE},