From f19bfa8f8d5e04074c57af1558024eaf392df70f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 26 May 2014 10:08:18 +0100 Subject: [PATCH] Remove unneeded forward declaration. --- riscos/hotlist.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/riscos/hotlist.h b/riscos/hotlist.h index 70cb183c9..5477ccea5 100644 --- a/riscos/hotlist.h +++ b/riscos/hotlist.h @@ -36,8 +36,6 @@ #include "riscos/menus.h" -struct nsurl; - void ro_gui_hotlist_preinitialise(void); void ro_gui_hotlist_postinitialise(void); void ro_gui_hotlist_destroy(void);