1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Drop an unnecessary prototype (it is in the header file).

This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-06 04:05:13 +00:00 committed by Miciah Dashiel Butler Masters
parent 1a3c8734d4
commit d3bc3eb7e9

View File

@ -156,10 +156,6 @@ static struct listbox_ops bookmarks_listbox_ops = {
Bookmark manager stuff.
****************************************************************************/
void launch_bm_add_doc_dialog(struct terminal *, struct dialog_data *,
struct session *);
/* Callback for the "add" button in the bookmark manager */
static widget_handler_status_T
push_add_button(struct dialog_data *dlg_data, struct widget_data *widget_data)