diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 0f73736d..b112ba29 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -708,8 +708,6 @@ protected: bool sendSelectionEvent (core::SelectionState::EventType eventType, core::MousePositionEvent *event); - void accumulateWordExtremes (int firstWord, int lastWord, - int *maxOfMinWidth, int *sumOfMaxWidth); void processWord (int wordIndex); virtual int wordWrap (int wordIndex, bool wrapAll); int wrapWordInFlow (int wordIndex, bool wrapAll); |