diff options
author | John Stebbins <[email protected]> | 2017-09-12 12:43:11 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-06 08:19:49 -0800 |
commit | d024e58390c5900d7badefa298f803cade8f356c (patch) | |
tree | d4984dc3e3d2769af4fb6c0204ff8e2a193be9c0 /gtk/src/makedeps.py | |
parent | b64e2ff7ad7aaa500f4927998f67c7c29070bd5a (diff) |
LinGui: Reorgainize Summary pane
Synching up with https://github.com/HandBrake/HandBrake/issues/833
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r-- | gtk/src/makedeps.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index 5ff09304e..e2ed0c226 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -10,8 +10,6 @@ dep_map = ( DepEntry("title", "queue_add_menu", "none", True, False), DepEntry("title", "queue_add_multiple_menu", "none", True, False), DepEntry("title", "preview_frame", "none", True, False), - DepEntry("title", "picture_summary", "none", True, False), - DepEntry("title", "picture_summary2", "none", True, False), DepEntry("title", "chapters_tab", "none", True, False), DepEntry("title", "start_point", "none", True, False), DepEntry("title", "end_point", "none", True, False), |