summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'monkey')
-rw-r--r--monkey/utils.c15
1 files changed, 0 insertions, 15 deletions
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 <stdlib.h>
#include <string.h>
-#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)
{