app: Remove fixme

The code works and the comment was never meant to be pushed.
This commit is contained in:
Martin Nordholts
2011-07-03 21:24:22 +02:00
parent 07556242b0
commit 1aa91d0b0d

View File

@ -468,7 +468,6 @@ dialogs_restore_window (GimpDialogFactory *factory,
GdkScreen *screen,
GimpSessionInfo *info)
{
/* FIXME: We can't always use the empty display here */
Gimp *gimp = gimp_dialog_factory_get_context (factory)->gimp;
GimpDisplay *display = GIMP_DISPLAY (gimp_get_empty_display (gimp));
GimpDisplayShell *shell = gimp_display_get_shell (display);