diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:59:34 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:59:34 +0200 |
commit | 3da0ac700b5bb47fec205fcd17f2aabe17b36db6 (patch) | |
tree | 3b5bb51510880f287099f843b83119795f0b08be /dw/ooffloatsmgr.hh | |
parent | 74cec26c6cf3e7fc15cb17ead3210b67948166c9 (diff) |
SRDOP: remove obsolete `TBInfo::lineBreakWidth`.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index e074c8e8..a101a5d8 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -129,7 +129,6 @@ private: class TBInfo: public WidgetInfo { public: - int lineBreakWidth; int index; // position within "tbInfos" TBInfo *parent; |