summaryrefslogtreecommitdiff
path: root/content/handlers/text/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/text/textplain.h')
-rw-r--r--content/handlers/text/textplain.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/handlers/text/textplain.h b/content/handlers/text/textplain.h
index b94ee33d3..6cc2716bc 100644
--- a/content/handlers/text/textplain.h
+++ b/content/handlers/text/textplain.h
@@ -26,9 +26,6 @@
#ifndef NETSURF_HTML_TEXTPLAIN_H
#define NETSURF_HTML_TEXTPLAIN_H
-struct content;
-struct rect;
-
/**
* Initialise the text content handler
*
@@ -37,13 +34,4 @@ struct rect;
nserror textplain_init(void);
-/**
- * Retrieve the size (in bytes) of text data
- *
- * \param[in] c Content to retrieve size of
- * \return Size, in bytes, of data
- */
-size_t textplain_size(struct content *c);
-
-
#endif