mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Overlooked warnings
svn path=/trunk/netsurf/; revision=3312
This commit is contained in:
parent
6890f816ed
commit
ec40330a5b
@ -31,6 +31,7 @@
|
|||||||
#include "riscos/dialog.h"
|
#include "riscos/dialog.h"
|
||||||
#include "riscos/gui.h"
|
#include "riscos/gui.h"
|
||||||
#include "riscos/menus.h"
|
#include "riscos/menus.h"
|
||||||
|
#include "riscos/message.h"
|
||||||
#include "riscos/options.h"
|
#include "riscos/options.h"
|
||||||
#include "riscos/save.h"
|
#include "riscos/save.h"
|
||||||
#include "riscos/save_complete.h"
|
#include "riscos/save_complete.h"
|
||||||
@ -534,8 +535,6 @@ void ro_gui_save_drag_end(wimp_dragged *drag)
|
|||||||
|
|
||||||
void ro_gui_send_datasave(gui_save_type save_type, wimp_full_message_data_xfer *message, wimp_t to)
|
void ro_gui_send_datasave(gui_save_type save_type, wimp_full_message_data_xfer *message, wimp_t to)
|
||||||
{
|
{
|
||||||
os_error *error;
|
|
||||||
|
|
||||||
/* Close the save window because otherwise we need two contexts
|
/* Close the save window because otherwise we need two contexts
|
||||||
*/
|
*/
|
||||||
xwimp_create_menu(wimp_CLOSE_MENU, 0, 0);
|
xwimp_create_menu(wimp_CLOSE_MENU, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user