X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsyntax-editor.c;h=4ca3dfe77532f3268c171728a6069dc1728a98a5;hb=e6ae2a61e5356694c09f48da74407f8054a04e8d;hp=469ee4f6983b9940b3ae639d9f2df74a829f38a9;hpb=8f157150f5fe225224e407161fb7f899d34b8b18;p=pspp diff --git a/src/ui/gui/syntax-editor.c b/src/ui/gui/syntax-editor.c index 469ee4f698..4ca3dfe775 100644 --- a/src/ui/gui/syntax-editor.c +++ b/src/ui/gui/syntax-editor.c @@ -341,12 +341,6 @@ new_syntax_editor (void) G_CALLBACK (new_data_window), e->window); - g_signal_connect (get_widget_assert (xml,"file_open_data"), - "activate", - G_CALLBACK (open_data_window), - e->window); - - g_signal_connect (get_widget_assert (xml,"help_about"), "activate", G_CALLBACK (about_new),