Remove display_factory member from GimpDisplayShell

This commit is contained in:
Michael Natterer 2009-09-25 02:05:26 +02:00
parent 9c5e44c566
commit 8b5a692099
2 changed files with 1 additions and 4 deletions

View File

@ -849,8 +849,7 @@ gimp_display_shell_new (GimpDisplay *display,
/* FIXME image window */
GIMP_IMAGE_WINDOW (shell)->active_display = display;
shell->popup_manager = popup_manager;
shell->display_factory = display_factory;
shell->popup_manager = popup_manager;
if (display->image)
{

View File

@ -68,8 +68,6 @@ struct _GimpDisplayShell
GimpUIManager *popup_manager;
GimpDialogFactory *display_factory;
GimpDisplayOptions *options;
GimpDisplayOptions *fullscreen_options;
GimpDisplayOptions *no_image_options;