diff options
author | sgeerken <devnull@localhost> | 2012-06-28 00:01:45 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-06-28 00:01:45 +0200 |
commit | 58490120ea350edce68376db3e111f34a8f48552 (patch) | |
tree | 6cca436543903e140e944d96007155aba074e61a /dw/hyphenator.hh | |
parent | a8b898689f534f8218d707aa4c41292903126b27 (diff) |
Getting rid of the old method ...
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r-- | dw/hyphenator.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh index aa60ce86..905d682f 100644 --- a/dw/hyphenator.hh +++ b/dw/hyphenator.hh @@ -26,9 +26,6 @@ private: <lout::object::Integer> > *tree; void insertPattern (char *s); - lout::container::typed::Vector <lout::object::String> - *_hyphenateWord(const char *word); - public: Hyphenator (core::Platform *platform, const char *filename); ~Hyphenator(); @@ -36,7 +33,6 @@ public: static Hyphenator *getHyphenator (core::Platform *platform, const char *language); static bool isHyphenationCandidate (const char *word); - int *hyphenateWord(const char *word, int *numBreaks); }; |