summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c22
1 files changed, 0 insertions, 22 deletions
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)
{
}