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. --- monkey/utils.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'monkey') diff --git a/monkey/utils.c b/monkey/utils.c index ce67a0c19..886c1ff03 100644 --- a/monkey/utils.c +++ b/monkey/utils.c @@ -20,7 +20,6 @@ #include #include -#include "desktop/save_complete.h" #include "desktop/tree_url_node.h" #include "utils/utils.h" @@ -138,20 +137,6 @@ utf8_from_local_encoding(const char *string, size_t len, return (*result == NULL) ? UTF8_CONVERT_NOMEM : UTF8_CONVERT_OK; } -bool -save_complete_gui_save(const char *path, const char *filename, - size_t len, const char *sourcedata, lwc_string *mime_type) -{ - return true; -} - -int -save_complete_htmlSaveFileFormat(const char *path, const char *filename, - xmlDocPtr cur, const char *encoding, int format) -{ - return 0; -} - void tree_icon_name_from_content_type(char *buffer, content_type type) { -- cgit v1.2.3