summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/src/hb-backend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 941d8272c..17f0af853 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -4368,8 +4368,7 @@ ghb_validate_vquality(GValue *settings)
"Lossless h.264 is not well supported by\n"
"many players and editors.\n\n"
"It will produce enormous output files.\n\n"
- "Are you sure you wish to use this setting?",
- (gint)vquality, min, max);
+ "Are you sure you wish to use this setting?");
if (!ghb_message_dialog(GTK_MESSAGE_QUESTION, message,
"Cancel", "Continue"))
{