From 15208b5875fbfc53480941750bc8afae7b5f90a7 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 19 Sep 2008 00:19:46 +0000 Subject: LinGui: tidy up how combobox values are handled internally and stored in plists fix a problem with storing max picture dims to presets plist git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1719 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/values.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'gtk/src/values.h') diff --git a/gtk/src/values.h b/gtk/src/values.h index d184a5f86..5e02900c7 100644 --- a/gtk/src/values.h +++ b/gtk/src/values.h @@ -25,24 +25,6 @@ typedef struct gsize size; } ghb_rawdata_t; -typedef struct -{ - gint index; - gchar *option; - gchar *shortOpt; - gchar *svalue; - gint ivalue; -} ghb_combodata_t; - -GType ghb_combodata_get_type(void); -void ghb_value_set_combodata( - GValue *gval, - gint index, - const gchar *option, - const gchar *shortOpt, - const gchar *svalue, - gint ivalue); - GType ghb_rawdata_get_type(void); GType ghb_array_get_type(void); @@ -74,12 +56,6 @@ GValue* ghb_int64_value_new(gint64 ival); GValue* ghb_int_value_new(gint ival); GValue* ghb_double_value_new(gdouble dval); GValue* ghb_boolean_value_new(gboolean bval); -GValue* ghb_combo_value_new( - gint index, - const gchar *option, - const gchar *shortOpt, - const gchar *svalue, - gint ivalue); GValue* ghb_dict_value_new(void); GValue* ghb_array_value_new(guint size); void ghb_array_value_reset(GValue *gval, guint size); -- cgit v1.2.3