diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-30 23:48:44 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-30 23:48:44 +0200 |
commit | 4119c05c4c26473bdb61821f5bf1ec99bdd9bc62 (patch) | |
tree | 627f3e7ad27f8723df81cc656f60bacadcb2a8dc /dw/textblock.hh | |
parent | 1fe12469957fdb11f1f1272218f99ad44795d7f0 (diff) |
Removed apperently unnecessary method.
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); |