summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/global_history.h b/desktop/global_history.h
index 7e2376b1d..4564920ce 100644
--- a/desktop/global_history.h
+++ b/desktop/global_history.h
@@ -46,12 +46,9 @@ nserror global_history_init(struct core_window_callback_table *cw_t,
* internal data. After calling this if global history is required again,
* global_history_init must be called.
*
- * \param cw_t Callback table for core_window containing the treeview
- * \param cw The core_window in which the treeview is shown
* \return NSERROR_OK on success, appropriate error otherwise
*/
-nserror global_history_fini(struct core_window_callback_table *cw_t,
- void *core_window_handle);
+nserror global_history_fini(void);
/**
* Redraw the global history.