From 8a483f0a6300fcb09c41d6e5f9676167e784cd63 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 29 Sep 2003 03:21:07 +0000 Subject: [PATCH] Derive the GncPluginPage widget from a GObject instead of a GInterface. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9430 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/gnc-plugin-page.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gnome/gnc-plugin-page.h b/src/gnome/gnc-plugin-page.h index 781d1355b0..79b7e5ce20 100644 --- a/src/gnome/gnc-plugin-page.h +++ b/src/gnome/gnc-plugin-page.h @@ -86,11 +86,6 @@ void gnc_plugin_page_removed (GncPluginPage *plugin_pag void gnc_plugin_page_selected (GncPluginPage *plugin_page); void gnc_plugin_page_unselected (GncPluginPage *plugin_page); -/* Variables */ -GtkWidget *gnc_plugin_page_get_window (GncPluginPage *plugin_page); -void gnc_plugin_page_set_window (GncPluginPage *plugin_page, - GtkWidget *window); - G_END_DECLS #endif /* __GNC_PLUGIN_PAGE_H */