summaryrefslogtreecommitdiffstats
path: root/gtk/src/settings.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-03-10 17:09:27 -0700
committerJohn Stebbins <[email protected]>2016-03-12 09:38:30 -0700
commit65bb8a6ab60f1aa539d77c7e79229847e400fbff (patch)
tree71763b6bc8930148c068f9bcbd60c7c2cfece71c /gtk/src/settings.h
parent39613ae76e39b5a8ddaae50aa5d5665796acc726 (diff)
LinGui: Tidy up queue format
Put all UI specific settings under a "uiSettings" key in a queue entry. Job settings suitable for hb_add_json() are under "Job" key.
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r--gtk/src/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 2e2e44ee1..5548fe4b2 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -70,7 +70,6 @@ typedef struct
GhbValue *settings;
GhbValue *settings_array;
GhbValue *queue;
- GhbValue *current_job;
GIOChannel *activity_log;
GIOChannel *job_activity_log;
preview_t *preview;