From ba9a049d7bca2e6fb761349d96d527cfb43f3b53 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 21 Nov 2014 23:58:56 +0000 Subject: Simplify ami_history_open API and use correct call to get history object. --- amiga/history_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/history_local.h') diff --git a/amiga/history_local.h b/amiga/history_local.h index bc1cc79da..452fe1512 100755 --- a/amiga/history_local.h +++ b/amiga/history_local.h @@ -36,9 +36,8 @@ struct history_window { * Open history window. * * \param gw gui_window to open history for - * \param history history to open */ -void ami_history_open(struct gui_window *gw, struct history *history); +void ami_history_open(struct gui_window *gw); void ami_history_close(struct history_window *hw); BOOL ami_history_event(struct history_window *hw); -- cgit v1.2.3