From f824ab8af4d3d2e34bd59b860b9c6d5568c3bb44 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 3 Nov 2012 23:19:28 +0000 Subject: Port save complete to libdom. --- windows/gui.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index 048b50fd5..78c2d1b10 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -38,7 +38,6 @@ #include "desktop/netsurf.h" #include "desktop/options.h" #include "desktop/plotters.h" -#include "desktop/save_complete.h" #include "desktop/selection.h" #include "desktop/textinput.h" #include "render/html.h" @@ -1691,27 +1690,6 @@ gui_window_set_search_ico(hlcache_handle *ico) { } -bool -save_complete_gui_save(const char *path, - const char *filename, - size_t len, - const char *sourcedata, - lwc_string *mime_type) -{ - return false; -} - -int -save_complete_htmlSaveFileFormat(const char *path, - const char *filename, - xmlDocPtr cur, - const char *encoding, - int format) -{ - return 0; -} - - void gui_window_new_content(struct gui_window *w) { } -- cgit v1.2.3