X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwindow-manager.c;h=065a4db7fdf0f5034da62f6469daf5bca132a2f1;hb=a6aad395f291b161ebed2f0d783919f108438c90;hp=e42116643e3298c594fe2cae690e1b5bc64f2876;hpb=d43a876351d94acce0e8d565ad2cb4d690727fe9;p=pspp-builds.git diff --git a/src/ui/gui/window-manager.c b/src/ui/gui/window-manager.c index e4211664..065a4db7 100644 --- a/src/ui/gui/window-manager.c +++ b/src/ui/gui/window-manager.c @@ -22,7 +22,7 @@ #include #include "psppire-syntax-window.h" #include "data-editor.h" -#include "output-viewer.h" + #include #define _(msgid) gettext (msgid) @@ -90,7 +90,7 @@ window_create (enum window_type type, const gchar *name) e = (struct editor_window *) new_data_editor (); break; case WINDOW_OUTPUT: - e = (struct editor_window *) new_output_viewer (); + //e = (struct editor_window *) new_output_viewer (); break; default: g_assert_not_reached ();