mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-plugin-budget] remove logger when closing budget
leftover of debugging session
This commit is contained in:
parent
a50469ff2a
commit
4bb16f03a5
@ -138,7 +138,6 @@ static void add_to_window (GncPlugin *plugin, GncMainWindow *mainwindow, GQuark
|
||||
static void remove_from_window (GncPlugin *plugin, GncMainWindow *window, GQuark type)
|
||||
{
|
||||
g_signal_handlers_disconnect_by_func (window, G_CALLBACK(page_changed), plugin);
|
||||
PWARN ("removed");
|
||||
}
|
||||
|
||||
G_DEFINE_TYPE_WITH_PRIVATE(GncPluginBudget, gnc_plugin_budget, GNC_TYPE_PLUGIN)
|
||||
|
Loading…
Reference in New Issue
Block a user