summaryrefslogtreecommitdiffstats
path: root/gtk/src/settings.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-06-27 14:36:39 -0700
committerJohn Stebbins <[email protected]>2019-06-27 14:36:39 -0700
commitedeffe2f8f5f6c5e3a8ff3dfaf31659318ca472e (patch)
tree530d97870d030c142e2b3a5871973d6814fac3e2 /gtk/src/settings.h
parentc1fb6e1fcff8740850521d8282d8760279393b1f (diff)
LinGui: more code refactoring
separate job and title dict functions into separate files
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r--gtk/src/settings.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 1eb590e1e..b0a170a6a 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -91,27 +91,6 @@ enum
GHB_QUEUE_DONE,
};
-GhbValue* ghb_get_title_settings(GhbValue *settings);
-GhbValue* ghb_get_title_audio_list(GhbValue *settings);
-GhbValue* ghb_get_title_subtitle_list(GhbValue *settings);
-
-GhbValue* ghb_get_job_settings(GhbValue *settings);
-GhbValue* ghb_get_job_source_settings(GhbValue *settings);
-GhbValue* ghb_get_job_range_settings(GhbValue *settings);
-GhbValue* ghb_get_job_par_settings(GhbValue *settings);
-GhbValue* ghb_get_job_dest_settings(GhbValue *settings);
-GhbValue* ghb_get_job_video_settings(GhbValue *settings);
-GhbValue* ghb_get_job_metadata_settings(GhbValue *settings);
-GhbValue* ghb_get_job_chapter_list(GhbValue *settings);
-GhbValue* ghb_get_job_mp4_settings(GhbValue *settings);
-GhbValue* ghb_get_job_audio_settings(GhbValue *settings);
-GhbValue* ghb_get_job_audio_list(GhbValue *settings);
-GhbValue* ghb_get_job_subtitle_settings(GhbValue *settings);
-GhbValue* ghb_get_job_subtitle_list(GhbValue *settings);
-GhbValue* ghb_get_job_subtitle_search(GhbValue *settings);
-GhbValue* ghb_get_job_filter_settings(GhbValue *settings);
-GhbValue* ghb_get_job_filter_list(GhbValue *settings);
-
void ghb_settings_copy(
GhbValue *settings, const gchar *key, const GhbValue *value);
gint ghb_settings_combo_int(const GhbValue *settings, const gchar *key);