summaryrefslogtreecommitdiffstats
path: root/gtk/src/queuehandler.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-11-02 15:44:35 +0000
committerjstebbins <[email protected]>2008-11-02 15:44:35 +0000
commit4aae1034704d91b0d1c34622ca41e1d1598ec92d (patch)
treee6e9f1768c31b654e62825606bdde7678d3722c6 /gtk/src/queuehandler.c
parent1399e176b597d2cf2f644c91594d2811b1197a3d (diff)
LinGui: Remove restriction on ac3 passthru when mp4 http optimize is enabled.
These are no longer incompatible options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1894 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r--gtk/src/queuehandler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index 5f9b36b2e..f8687b7fb 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -585,11 +585,6 @@ validate_settings(signal_user_data_t *ud)
{
return FALSE;
}
- // Validate container settings
- if (!ghb_validate_container(ud))
- {
- return FALSE;
- }
// Validate filter settings
if (!ghb_validate_filters(ud))
{