Minor fixes

svn path=/trunk/netsurf/; revision=6967
This commit is contained in:
Chris Young 2009-03-28 12:56:59 +00:00
parent a28f64386e
commit 2cfe83a921
3 changed files with 1 additions and 4 deletions

View File

@ -36,8 +36,6 @@
#include <reaction/reaction_macros.h>
void ami_drag_save(struct Window *win);
struct gui_download_window *gui_download_window_create(const char *url,
const char *mime_type, struct fetch *fetch,
unsigned int total_size, struct gui_window *gui)

View File

@ -42,6 +42,7 @@ struct gui_download_window {
int drag_save;
void *drag_save_data;
void ami_drag_save(struct Window *win);
void ami_free_download_list(struct List *dllist);
#endif

View File

@ -178,7 +178,6 @@ void ami_scroller_hook(struct Hook *,Object *,struct IntuiMessage *);
uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved);
void ami_init_mouse_pointers(void);
void ami_switch_tab(struct gui_window_2 *gwin,bool redraw);
void ami_drag_save(struct Window *win);
#ifdef WITH_HUBBUB
static void *myrealloc(void *ptr, size_t len, void *pw);
#endif
@ -1594,7 +1593,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
}
NewList(&gwin->dllist);
DebugPrintF("newlist\n");
/*
if(bw->browser_window_type == BROWSER_WINDOW_IFRAME)