mirror of https://github.com/GNOME/gimp.git
Remove display_factory member from GimpDisplayShell
This commit is contained in:
parent
9c5e44c566
commit
8b5a692099
|
@ -849,8 +849,7 @@ gimp_display_shell_new (GimpDisplay *display,
|
||||||
/* FIXME image window */
|
/* FIXME image window */
|
||||||
GIMP_IMAGE_WINDOW (shell)->active_display = display;
|
GIMP_IMAGE_WINDOW (shell)->active_display = display;
|
||||||
|
|
||||||
shell->popup_manager = popup_manager;
|
shell->popup_manager = popup_manager;
|
||||||
shell->display_factory = display_factory;
|
|
||||||
|
|
||||||
if (display->image)
|
if (display->image)
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,8 +68,6 @@ struct _GimpDisplayShell
|
||||||
|
|
||||||
GimpUIManager *popup_manager;
|
GimpUIManager *popup_manager;
|
||||||
|
|
||||||
GimpDialogFactory *display_factory;
|
|
||||||
|
|
||||||
GimpDisplayOptions *options;
|
GimpDisplayOptions *options;
|
||||||
GimpDisplayOptions *fullscreen_options;
|
GimpDisplayOptions *fullscreen_options;
|
||||||
GimpDisplayOptions *no_image_options;
|
GimpDisplayOptions *no_image_options;
|
||||||
|
|
Loading…
Reference in New Issue