diff options
author | John Stebbins <[email protected]> | 2015-10-05 09:39:30 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-05 09:39:53 -0700 |
commit | fe7cf56e8129d7376dde8857360652b39e514b28 (patch) | |
tree | 4bb553271cbb02f8229f241e96f8da1bdf72dafd /gtk/src/hb-backend.h | |
parent | 04905abaeb7d85064c579218f0c1639269fc02e7 (diff) |
LinGui: use libhb to validate filter settings
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index ae2352e85..acb57ae7d 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -148,7 +148,6 @@ gboolean ghb_validate_audio(GhbValue *settings, GtkWindow *parent); gboolean ghb_validate_subtitles(GhbValue *settings, GtkWindow *parent); gboolean ghb_validate_video(GhbValue *settings, GtkWindow *parent); gboolean ghb_validate_filters(GhbValue *settings, GtkWindow *parent); -gboolean ghb_validate_filter_string(const gchar *str, gint max_fields); void ghb_hb_cleanup(gboolean partial); gint ghb_lookup_combo_int(const gchar *name, const GhbValue *gval); gdouble ghb_lookup_combo_double(const gchar *name, const GhbValue *gval); |