Warnings: fix missing function prototypes
[pspp] / src / ui / gui / psppire-dictview.c
index 8f4a677b29d03b640855f51768bbcfe52e54fc83..a2ab2ae36c45f0be9489be18ce2c7dfc9327ab88 100644 (file)
@@ -702,13 +702,6 @@ psppire_dict_view_init (PsppireDictView *dict_view)
                    G_CALLBACK (show_menu), NULL);
 }
 
-
-GtkWidget*
-psppire_dict_view_new (void)
-{
-  return GTK_WIDGET (g_object_new (psppire_dict_view_get_type (), NULL));
-}
-
 static struct variable *
 psppire_dict_view_iter_to_var (PsppireDictView *dict_view,
                                GtkTreeIter *top_iter)