app: Cleanup GimpImageWindow and dependencies, only one dialog factory

Cleanup GimpImageWindow and dependencies like GimpDisplay, there is
only one dialog factory now.
This commit is contained in:
Martin Nordholts
2010-02-20 11:09:51 +01:00
parent c3619fb85c
commit bf830398a5
6 changed files with 22 additions and 58 deletions

View File

@ -325,7 +325,6 @@ gimp_ui_configurer_separate_shells (GimpUIConfigurer *ui_configurer,
new_image_window = gimp_image_window_new (ui_configurer->p->gimp,
NULL,
global_menu_factory,
global_dialog_factory,
global_dialog_factory);
/* Move the shell there */
shell = gimp_image_window_get_shell (source_image_window, 1);