summaryrefslogtreecommitdiff
path: root/src/lib/SW602Listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/SW602Listener.h')
-rw-r--r--src/lib/SW602Listener.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/SW602Listener.h b/src/lib/SW602Listener.h
index 083e2bd..71811b5 100644
--- a/src/lib/SW602Listener.h
+++ b/src/lib/SW602Listener.h
@@ -80,12 +80,6 @@ public:
/** insert a character using the font converter to find the utf8
character */
virtual void insertCharacter(unsigned char c)=0;
- /** insert a character using the font converter to find the utf8
- character and if needed, input to read extra character.
-
- \return the number of extra character read
- */
- virtual int insertCharacter(unsigned char c, librevenge::RVNGInputStream &input, long endPos=-1)=0;
/** adds an unicode character.
* By convention if \a character=0xfffd(undef), no character is added */
virtual void insertUnicode(uint32_t character)=0;