diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:28:50 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:28:50 +0200 |
commit | d8571c047c7e8599d3c53916ec8e335311b98c70 (patch) | |
tree | 132fd1ee57ac8890f6a37f9b7e4c91cda190a5a4 /dw/ooffloatsmgr.hh | |
parent | c1c494441f1bcf3a2ae70186cbf1eaed08cf6882 (diff) |
SRDOP: Simplifications related to OOFFloatsMgr::calcClearPosition.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 40e0cdc4..12152255 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -214,7 +214,7 @@ private: void sizeAllocateFloats (Side side); int getGBWidthForAllocation (Float *vloat); - int calcFloatX (Float *vloat, Side side, int gbX, int gbWidth); + int calcFloatX (Float *vloat); bool doFloatsExceedCB (Side side); |